Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 348 Bytes

Sorting Visualizer App

Used to visualize sorting algorithms on arrays through bar graphs.

Deployment code available in branch labled gh-pages

Algorithms implemented include:

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