Route planner example



Demo
This demo is instructive of the various search algorithms we will cover here. You can introduce using your mouse obstacles in the canvas and see how the various search methods behave.
Python Implementation
Run the A* Demo
Open the A* algorithm implementation in Google Colab to execute the code interactively.

