Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 170 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 170 Bytes

sorter

Sorting algorithms written in Go (still wip)

Please check the test cases to make it clear

Sorting Algorithms

  • Bubble sort
  • Insertion sort
  • Merge sort