+ 3
Quicksort
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. remark: "using c++ not exceeding 30 or 40lines".
4 Respuestas
+ 7
@Alfatih Bashir,
Did you not post this question some time ago? I see you get answer there, wasn't good enough?
https://www.sololearn.com/Discuss/982634/?ref=app
+ 6
@Alfatih Bashir,
I guess you can try by searching the Code Playground, or better, Google for code examples, probably you can get faster results, with various techniques and different languages. Anyways, good luck : )
+ 5
not enough because ineed writing code with c++
+ 3
and how to link quick sort with shared memory in operating system in linux to create proccess