Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 309 Bytes

Sorting Visualizer | A sort visualizer app made with vanilla JS, CSS, and HTML

Options

  • Array Length: 5 - 100
  • Speed of sorting: A slider allowing you to visualize sorting at the speed of your choosing

Sorting Algorithms

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort