Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Algorithm

Quick Sort

If you only want to know how to implement quicksort algoritm, please read quick.py

If you also want to know how to plot and save pictures when sort data, please read quick_sort.py and main.py

run with command python main.py

quick sort