/Sorting-Visualizer

A visualizer for sorting algorithms.

Primary LanguageJavaScriptMIT LicenseMIT

Sorting Visualizer

Sorting visualizer is an amazing tool to visualize how sorting algorithms work. Purely made using HTML5 canvas and Javascript this tool is excellent for visualizing sorting algorithms right inside the browser.

Play with it

You can right away play with it on https://bit-shashank.github.io/Sorting-Visualizer/

Algorithms supported

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

See quick sort in action

Contribution Guide

This project is open to contributions and i will be very happy to entertain your Pull Requests.

Setup Guide

  • Fork this repository.
  • Run the below command on terminal (Note: You need to install git to run this command)
    git clone https://github.com/:your-github-username/Sorting-Visualizer
  • Alternatively you can just download the zip, unzip it and run it locally.