Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 194 Bytes

Sorting-algorithms in python

Liner search sort ( Selection sort )
Bubble sort
Bucket sort
Quick sort
Merge sort
External Merge Sort ( Heap sort )