ayan-b / Quick-Sort

Quick Sort code
0 stars 14 forks source link

Adding a python version #2

Closed p-mayank closed 7 years ago

p-mayank commented 7 years ago

Here is a python2 implementation of quicksort, without the use of any external libraries.