find c(x, z), given c(x,z)=7, c(x,y)=1 and c(y,z)=2 using Bellman-Ford equation
Answers
Answered by
0
Answer:
neighbor, it updates its own DV using B-F equation: ... 7 1 0 time x z. 1. 2. 7 y node x table node y table node z table. Dx(y) = min{c(x,y) + Dy(y), c(x,z) + Dz(y)}.
Explanation:
pls mark me as brainlist
Similar questions