Sorting Visualizer

A cool sorting visualizer where you can edit the algorithms. Demo here

screenshot

Features

  • Sorting Visualising
  • Algorithm selection
  • Algorithm tweaking & rewriting
  • Adjustable speed and size
  • Custom array input

How To Use

To clone and run this application, you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/stoicaandrei/sorting-visualizer

# Go into the repository
$ cd sorting-visualizer

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Note: If you’re using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This webapp uses the following open source packages:

License

MIT


 ·  GitHub @stoicaandrei  · 

GitHub

View Github