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
We’re all familiar with navigation apps. We can perform the back-end operations of loading the map, building the graph, and computing the shortest weighted path between two points. In our case we’re going to navigate between UIC buildings on the East campus, using the footpaths with the help of Dijkstra's algorithm. But the foundation is there t…