https://github.com/dipeshpatil/algorithms-visualiser
A tool made using ReactJS to visualise algorithms!
https://github.com/dipeshpatil/algorithms-visualiser
algorithm-challenges algorithms bfs javascript nodejs open-source opensource react reactjs visualisers
Last synced: 4 months ago
JSON representation
A tool made using ReactJS to visualise algorithms!
- Host: GitHub
- URL: https://github.com/dipeshpatil/algorithms-visualiser
- Owner: dipeshpatil
- Created: 2020-06-23T07:28:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:28:22.000Z (over 2 years ago)
- Last Synced: 2024-10-27T21:48:43.464Z (9 months ago)
- Topics: algorithm-challenges, algorithms, bfs, javascript, nodejs, open-source, opensource, react, reactjs, visualisers
- Language: JavaScript
- Homepage: https://dipeshpatil.github.io/algorithms-visualiser/
- Size: 5.84 MB
- Stars: 325
- Watchers: 19
- Forks: 61
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Visualisation of Famous Algorithms.
# How to run this project ?
- You should have NodeJS insalled in your localhost machine [Download NodeJS](https://nodejs.org/en/)
- Open Terminal
- Navigate to Project Directory
- Enter the following command `npm install` this will install all required dependencies
- After the previous command is executed, Enter the following command `npm start`
- Wait for it to compile
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- Enjoy the visualiserThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).