Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 229 Bytes

Python Sorting Algorithm

Use Case

Compare the differnet sorting Algorithm and report the time.

Algorithm

  • Base Sort Python3
  • Base Sort Python3 (reverse)
  • BubbleSort
  • InsertionSort
  • MergeSort
  • QuickSort