Quicksort in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Quicksort in c

In while(x[i]<=x[pivot] && i>j) what is the need for condition i>j as it is checked before also and without using it the answer is still coming. https://code.sololearn.com/cp8i1deT3KNa/?ref=app

29th Oct 2018, 6:44 PM
harshit
harshit - avatar
1 Answer
+ 1
John Wells sir please take a look at this code.
30th Oct 2018, 4:31 AM
harshit
harshit - avatar