Skip to content

bit-shashank/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A visualizer for sorting algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published