0
4.6kviews
Explain the quick sort algorithm. Evaluate complexity with suitable example.
1 Answer
1
93views

Quick Sort : -


  1. Quick sort is a highly efficient sorting algorithm and is based on partitioning of array of data into smaller arrays.

  2. A large array is partitioned into two arrays one of which holds values smaller than the specified value, say pivot, based on which the partition is …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.