Quicksort | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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".

18th Jan 2018, 10:17 AM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar
4 Answers
+ 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
18th Jan 2018, 10:42 AM
Ipang
+ 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 : )
18th Jan 2018, 10:50 AM
Ipang
+ 5
not enough because ineed writing code with c++
18th Jan 2018, 10:45 AM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar
+ 3
and how to link quick sort with shared memory in operating system in linux to create proccess
22nd Jan 2018, 4:02 AM
Alfatih Bashir(habar)✌
Alfatih Bashir(habar)✌ - avatar