0
What types of pivots can be used for ordering arrangements using the QUICKSORT method?
What types of pivots can be used for ordering arrangements using the QUICKSORT method?
1 Answer
+ 4
You can have end pivots,starting pivots. middle pivots, and random pivots.
Random pivots are mostly used because it prevents working hard with sorted arrays