Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 134 Bytes

File metadata and controls

3 lines (3 loc) · 134 Bytes

QuickSort

QuickSort implementation in python. In this the last element of the list is taken as pivot element and partition is done.