Skip to content

TarunAnur/Algorithm-Visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • HTML 3.7%
  • CSS 3.0%