Quick Sort | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Quick Sort

Quick Sort: Write a program that sorts an array by selecting a pivot, putting it in its right place, with all smaller elements on its left and larger elements on its right. Then sorting the left and right parts on separate processes recursively.

5th Jan 2018, 6:30 PM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar
3 Answers
+ 5
more details about code? explain
6th Jan 2018, 12:25 PM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar
+ 4
can write the Quicksort using c++ not exceeding 30 lines
18th Jan 2018, 10:13 AM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar
6th Jan 2018, 11:51 AM
Mohd Zaki
Mohd Zaki - avatar