Quicksort in c | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
+ 1
John Wells sir please take a look at this code.
30th Oct 2018, 4:31 AM
harshit
harshit - avatar