Algo Visualizer is a web application that helps users visualize various pathfinding and graph traversal algorithms. This tool is designed for students, enthusiasts, and developers to better understand how algorithms work in real-time.
- Pathfinding Algorithms: Visualize algorithms like Dijkstra, A*, BFS, DFS, etc.
- Grid Customization: Modify grid size, obstacles, and starting/ending points.
- Real-time Visualization: Watch the algorithm find the shortest path step-by-step.
- Speed Control: Adjust the speed of the visualization.
- JavaScript, React, HTML/CSS

