/sort-visualizer

Web app built with Javascript and React framework to visualizes sorting algorithms for students who started learning algorithms

Primary LanguageJavaScript

Sort Visualizer

Responsive visualizer built using React for popular sorting algorithms. This is an attempt to help in learning the algorithms by visualizing.

Deployed and available at https://risatoy.github.io/sort-visualizer/

Features

  • Sort step by step
  • Start and reset the execution
  • Generate random array of numbers of sorting

Technologies

Project is created with:

  • React Framework
  • Bootstrap
  • Javascript + pure CSS for Animations

Run in your local

To run this project, install it locally using npm:

$ git clone https://github.com/risatoy/sort-visualizer.git
$ cd ../sort-visualizer
$ npm install
$ npm start

Contributing Guide

Feel free to contribute to this repo by raising the PR, if you see any areas to improve or fix bugs in this repo!