+ 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
1 Resposta
+ 1
John Wells sir please take a look at this code.