Quick Sort | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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