Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
36 stars 258 forks source link

quick_sort is added using c++ only #251

Closed AymanAzzam closed 4 years ago

AymanAzzam commented 5 years ago

I implemented quick_sort using templates. and pivot is the med value for first,last and mid elements.