It's a simple project to Visualize some common algorithms that we come across while studying Datastructures and Algorithms.
Currently, The following are implemented (And being improved upon):
- Sorting Algorithms
- Pathfinding Algorithms
- Maze Generation Algorithms
Check out the Project at Algorithms Visualizer
To run the project on your local machine, open a terminal in the root directory and run
npm install(To install all dependencies)npm start(Starting the development server)
Needless to say, you will need node.js and npm with npm in ${PATH} to run this in development mode.
This project was bootstrapped with Create React App