0 0 votes Let G = (V,E) be a directed graph.Each edge of G is represented as (i,j) with length l[i,j].If there is no edge from i to j then l[i,j] = (IMAGE ATTACHED) Algorithms made-easy-test-series algorithms dynamic-programming + – adityaaswal 1.0k views answer comment Share Follow Print See all 4 Comments 4 4 Comments reply Hemanth_13 commented Nov 30, 2018 reply Follow flag It's Floyd warshell all pair shortest path 1 1 replyShare adityaaswal commented Dec 1, 2018 reply Follow flag what is use of k here ? 0 0 replyShare vupadhayayx86 commented Nov 30, 2019 reply Follow flag @arjun @srestha @Hemanth_13 Can someone explain significance of k here in this question? 0 0 replyShare srestha commented Nov 30, 2019 reply Follow flag Say there is no edge from i to j, then find a path from kto j and then distance from i to k 0 0 replyShare Please log in or register to add a comment.