ayan-b / Quick-Sort

Quick Sort code
0 stars 14 forks source link

Optimized quickSort function #15

Open prashant564 opened 5 years ago

prashant564 commented 5 years ago

By using tail recursion technique, the sorting technique becomes faster and save space.