Qsort: Difference between revisions

Content deleted Content added
Line 23:
if (x < y)
return -1;
else if (x > y)
return 1;