hypnopump / Rosetta_Project

Algorithms implemented in Python, JS and Go. Feel free to add another language!
70 stars 89 forks source link

Added code for QuickSort in C #112

Open hrishikeshathalye opened 5 years ago

hrishikeshathalye commented 5 years ago

I have added code for a recursive implementation of QuickSort in C. Hope it helps!