A simple Algorithm Visualizer that I made while studying algoritms that helps visualizing the how the algoritms work.
- Selecting which type of algorithm to visualize.
- Selecting which algorithm to visualize.
- Adjusting the speed of the algorithm.
Follow these steps to get started with the Algorithm-Visualizer app:
-
Clone this repository to your local machine:
git clone https://github.com/Glory42/Algorithm-Visualizer.git
-
Navigate to the project folder:
cd Algorithm-Visualizer
-
Open the
index.html
file in your preferred browser:- For macOS:
open index.html
- For Windows:
start index.html
Alternatively, double-click the
index.html
file to launch it. - For macOS:
- Select which type of algorithm to visualize.
- Select which algortihm to visualize.
- Adjust speed.
- Click start.
- Watch the algorithm do the sorting.
- HTML: Defines the structure of the UI.
- CSS: Provides styling.
- JavaScript: Implements algorithm's functionality, including handling user input and performing sorting algoritms.
- Adding more sorting Algoritms.
- Adding Pathfinding Algoritms.
This project is licensed under the MIT License - see the LICENSE file for details.