You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a graph-based route planning system similar to Google Maps. It finds the shortest or fastest path between locations using algorithms like Dijkstra’s and A*, with support for dynamic traffic simulation via edge weight updates.
About
This project implements a graph-based route planning system similar to Google Maps. It finds the shortest or fastest path between locations using algorithms like Dijkstra’s and A*, with support for dynamic traffic simulation via edge weight updates.