Have you ever been stuck on a graph problem which could've been simply solved by applying one of the many graph search algorithms on it? If yes, then you'd probably want to clear up your basics on the topic by using this app to visualise the search flow of various algorithms at varying speeds.
How to do it:
- Select a start and an end point in the 2D grid
- Introduce any number of obstacle blocks by simply clicking on them
- Select a speed
- Select an algorithm
- Run it and see the algorithm try to find the endpoint on the grid.