Skip to content

ankitpandey1729/QuickSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

QuickSort

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