AlgoViz Description
AlgoViz is an educational Android application I developed this app as part of my portfolio to demonstrate my understanding of various pathfinding algorithms by visualizing them in a grid-based environment. AlgoViz is designed to provide a clear, interactive visualization of how these algorithms work on a grid.
AlgoViz comes with several features that make it versatile and user-friendly:
1. Diagonal and Non-Diagonal Searches: In this project, I implemented both diagonal and non-diagonal searches, allowing you to explore how each algorithm behaves with different movement constraints.
2. Speed Control: The speed of the algorithm visualization can be adjusted in real-time while the algorithm is running, making it easy to follow the search process at a comfortable pace.
3. Step-by-Step Exploration: With the help of the STEP button, you can go through the algorithm's path one step at a time, providing a clear understanding of how the search progresses and how each algorithm makes its decisions.
AlgoViz comes with several features that make it versatile and user-friendly:
1. Diagonal and Non-Diagonal Searches: In this project, I implemented both diagonal and non-diagonal searches, allowing you to explore how each algorithm behaves with different movement constraints.
2. Speed Control: The speed of the algorithm visualization can be adjusted in real-time while the algorithm is running, making it easy to follow the search process at a comfortable pace.
3. Step-by-Step Exploration: With the help of the STEP button, you can go through the algorithm's path one step at a time, providing a clear understanding of how the search progresses and how each algorithm makes its decisions.
Open up