Welcome to the Algorithm Visualizer repository! This project utilizes the p5.js library to create interactive visualizations of various algorithms. Whether you're a student learning about algorithms or a developer looking for a visual representation, this tool provides an engaging way to understand the inner workings of algorithms.
-
Interactive Visualizations: Watch algorithms come to life with interactive visualizations that make it easier to grasp their functionality.
-
Multiple Algorithms Supported: Explore a variety of algorithms, from sorting and searching to graph algorithms. The repository includes implementations for well-known algorithms, making it a comprehensive resource.
-
Customizable Parameters: Tweak parameters to see how algorithms behave under different scenarios. This feature allows you to experiment and gain insights into algorithm behavior.
-
Easy to Use: The project is designed to be user-friendly. Simply open the HTML file in your browser, select an algorithm, and start visualizing!
To get started with the Algorithm Visualizer, follow these steps:
-
Clone the Repository:
https://github.com/tanmay1501/Algorithm-Visualizer.git
-
Open the HTML File: Navigate to the project directory and open the index.html file in your preferred browser.
-
Select an Algorithm: Choose from the list of available algorithms in the interface.
-
Visualize and Experiment: Watch the algorithm in action and experiment with different parameters to see how it influences the visualization.