Python-scripts/algorithm/README.md at master · Litreily/Python-scripts · GitHub
Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 302 Bytes

File metadata and controls

11 lines (6 loc) · 302 Bytes

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