Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 509 Bytes

Sorting Visualizer

This application is created using React for visualizing classic sorting algorithms such as merge-sort, quick-sort, insertion-sort, selection-sort, etc.

The app is deployed with heroku on https://sorting-visualizer-shubh1815.herokuapp.com/

Setting Up & Running the application

  $ git clone https://github.com/Shubh1815/Sorting-Visualizer.git
  $ cd sorting-visualizer
  $ npm install
  $ npm start