May 2017
Intermediate to advanced
340 pages
8h 16m
English
Quick sort is another efficient sorting algorithm that applies the divide-and-conquer method. Although it does not divide into equal halves like merge sort, it creates dynamic partitions to sort the data. This is how quick sort works:
There are many ways to picking a pivot from the array. We can either choose the left-most item of the array ...
Read now
Unlock full access