We can also compute the vertices on shortest paths as we compute the shortest-path weights. Define
Question:
We can also compute the vertices on shortest paths as we compute the shortest-path weights. Define π(m)ij as the predecessor of vertex j on any minimum-weight path from i to j that contains at most m edges. Modify the EXTEND-SHORTEST-PATHS and SLOW-ALL-PAIRS-SHORTEST-PATHS procedures to compute the matrices ∏(1),∏(2), . . . ,∏(n-1) as the matrices L(1),L(2), . . . ,L(n-1) are computed.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Introduction to Algorithms
ISBN: 978-0262033848
3rd edition
Authors: Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest
Question Posted: