Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 187 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 187 Bytes

Sorting Visualiser

Currently implemented sorting algorithms:

  • Bubble sort
  • Merge sort
  • Selection sort
  • Shell sort
  • Bogo sort
  • Gnome sort
  • Insertion sort
  • Heap sort
  • Quick sort