Question: Now modify the Dijkstra's so that it finds not only shortest paths, but also the compute the length of shortest paths and store them in

Now modify the Dijkstra's so that it finds not only shortest paths, but also the compute the length of shortest paths and store them in a suitable data structure. Your data structure should return the shortest path distance from the source to any given node in O(1) time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
