AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.53k stars 523 forks source link

Quick Sort Implementation #244

Closed souvikbaruah closed 3 years ago

souvikbaruah commented 3 years ago

C program to implement Quick Sort and count the basic number of steps executed.

I am creating a pull request for...