Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 514 Bytes

Sorting-Visualizer

  • A sorting algorithm visualizer, made with javascript.

Available algorithms:

  • Bubble sort
  • Selection sort
  • Insertion sort (comming)
  • Shell sort (comming)
  • Quick sort (comming)
  • Merge sort (comming)
  • Heap sort (comming)
  • Radix sort (comming)

Change log:

v0.1

  • Initial commit, almost no design, only bubble sort available.

v0.2

  • Added design, algorithm selection, fixed bugs, added selection sort.