0
1.7kviews
Using graph thermotical approach, find the edge corresponding to the minimum cost path

enter image description here

1 Answer
0
5views

The minimum cost formula can be given as

$$C(x,y) = Max(P) - |f(x) – f(y)|$$

In this case Max(P) = 7 and consider vertical top to bottom approach

enter image description here

A:

C(x,y) = (7 - |5 - 6|) + (7 - |3 - 4|) + (7 - |0 - 1|) = 18 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.