/Sorting-Visualizer

A web application using HTML, CSS, Javascript to visualize how various sorting algorithms work.

Primary LanguageJavaScript

Sorting-Visualizer

It is a web application using HTML, CSS, Javascript to visualize how various sorting algorithms work.

Algorithms Implemented:

  • Bubble sort
  • Selection sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Heap sort

🔗 You can take a look at the live running website: https://geekygoyal.github.io/Sorting-Visualizer/