Quicksort in c | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 1
John Wells sir please take a look at this code.
30th Oct 2018, 4:31 AM
harshit
harshit - avatar