Quick_sort_in sorting (#224)
* Update 01_dijkstras_algorithm.go * Create Test_report.binary_quick_sort.cpp.docx * 1 fix * fix it better
This commit is contained in:
@@ -21,4 +21,4 @@ function quicksort(array) {
|
||||
return quicksort(less).concat([pivot], quicksort(greater));
|
||||
}
|
||||
|
||||
console.log(quicksort([10, 5, 2, 3])); // [2, 3, 5, 10]
|
||||
console.log(quicksort([10, 5, 2, 3]));
|
||||
Binary file not shown.
Reference in New Issue
Block a user