Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 140 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 140 Bytes

Basic Sorting Algorithm

make test
./test
  1. Selection Sort
  2. Insertion Sort
  3. Bubble Sort
  4. Merge Sort
  5. Quick Sort
  6. Exit