Skip to content

Commit

Permalink
Improve the problem statement for: 060quickSort1.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarpatel288 committed Oct 15, 2024
1 parent 8058ffc commit d61dee8
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 @@ -3,7 +3,7 @@ package level40Module4AlgorithmExercise
/**
* Explain or demonstrate quickSort algorithm. (aka, deterministic quicksort or fixed pivot quicksort).
* Please note that: (Disclaimer, Pre-Note, Conditions, Known data and facts, etc.)
* The array (input) is not sorted or nearly sorted.
* The array (input) is not sorted or nearly sorted. The array is not reversed.
* The array (input) does not contain any duplicate element.
*/
fun main() {
Expand Down

0 comments on commit d61dee8

Please sign in to comment.