
An awesome algorithm real time animated visualizer
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Created engaging learning experience with real-time animated sorting algorithms to observe how different types of sorting algorithms work on randomized arrays by designing interactive algorithm visualizer website using React.js. Visualized sorting algorithms, such as merge, quick, heap, and bubble sort using React.js and setTimeout function API provided by browsers.
- Plans to add graph type algorithms such as Djikstra.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- React >= v18.x
- Bootstrap
- Node v14.x
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
npm
npm install npm@latest -g
-
packages
npm install
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Start Website
npm start
For more examples, please refer to the Documentation
- Add Changelog
- Add back to top links
- Add Sorting Algorithms Visualization
- Add graphing algorithm such as Djikstra's
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/vs256/algorithm-visualizer