GeekyGoyal / Sorting-Visualizer

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

Home Page:https://geekygoyal.github.io/Sorting-Visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

https://geekygoyal.github.io/Sorting-Visualizer/


Languages

Language:JavaScript 78.0%Language:HTML 17.9%Language:CSS 4.1%