Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 945 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 945 Bytes

Algorithm Visualizer

An application developed using ReactJS which helps visualize the various sorting algorithms.


Sorting Algorithms:

  1. Bubble Sort
  2. Insertion Sort (To be implemented)
  3. Quick Sort (To be implemented)
  4. Merge Sort (To be implemented)

Required Installations:

  1. Node.JS
  2. npm
  3. create-react-app
    npm install -g create-react-app
  1. bootstrap
    #in your node project folder!
    npm install bootstrap --save
  1. reactstrap
    #in your node project folder!
    npm install reactstrap --save

Using the Above Project!

  1. Install Node.JS, npm and create-react-app
  2. Clone the project.
  3. Then go to the project folder and run:
    npm install
    npm start

Screenshots

initial | sorting