0
1.9kviews
Explain Quick sort algorithm and write C program
1 Answer
3
64views


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 2 others joined a min ago.

Please log in to add an answer.