I have the below APSP algorithm:
This computes the shortest path. The length of the path is the sum of weights of edges of path.
How can i modify the above algorithm in order to compute the shortest path where length is the weight of the heaviest edge on this path.
Any help would be great!!!