Tanmay-901 / Cpp-Algorithms

Algorithms with better Time and Space complexity.
1 stars 3 forks source link

Create Quick_sort.c #6

Closed Pratyushraj2121 closed 3 years ago

Pratyushraj2121 commented 3 years ago

This File Contains of Quick Sort Algorithm in C Language. Time Complexity: -Worst Case O(n^2) Time Complexity: -Best Case O(n*log n)

Thank You!