+ 11
Does quicksort use pointers in cpp?
7 Respuestas
+ 8
....rt!
+ 8
better than bubble atleast
+ 5
right...recursion is better O() decreases significantly..it becomes O[log N] rt?
+ 3
Quicksort is a sorting technique, used to sort the elements of array in ascending or descending order. Normally you don't need to use pointers. But yeah you can also use pointers to implement Quicksort!!