Week 05 Graph Notes
Google Maps essentially uses two Graph algorithms – Dijkstra’s algorithm and A* algorithm, to calculate the shortest distance from point A ( Source) to point B ( destination)
Last updated
Google Maps essentially uses two Graph algorithms – Dijkstra’s algorithm and A* algorithm, to calculate the shortest distance from point A ( Source) to point B ( destination)
Last updated