Skip to content

Commit

Permalink
Minor grammar correction in the comment of 060quickSort1.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarpatel288 committed Oct 15, 2024
1 parent 9819f0f commit 9bf4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/level40Module4AlgorithmExercise/060quickSort1.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun main() {
* it indicates that the range or region of the kid's area is expanding. Right?
* Immediately following this area, we encounter the adult’s area. Right?
* And then, it is up to us to decide whether to consider the pivot (reference) element
* as part of the kid’s area or the adult area. OK?
* as a part of the kid’s area or the adult area. OK?
*/
fun swapElements(input: IntArray, positionOne: Int, positionTwo: Int) {
swapElementsFunCount++
Expand Down

0 comments on commit 9bf4b2d

Please sign in to comment.