1
4.7kviews
Write a C program to implement the quick sort algorithm.

Mumbai University > COMPS > Sem 3 > Data Structures

Marks: 8 M

Year: May 2014, May 2015

1 Answer
1
29views
  • The quick sort is a widely used algorithm which works on the principle of divide and conquer strategy to divide a single unsorted array into two smaller sub-arrays.
  • Here we select a pivot element and make sure that all the elements before the pivot in the array is less than …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.