uniform or weight graph #306
Unanswered
khuonglm
asked this question in
[Project Q&A] 4. Etc
Replies: 1 comment
-
|
In PA4, in addition to RIPv1, Bellman-Ford algorithm is used. Therefore, you should think it as weighted graph.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the PA, it says "Specifically, you will implement a simplified version of RIPv1, one of the most popular routing protocols on the Internet. It is a distance vector routing protocol in which link cost is simply the hop count." So I think we only count the number of hops as a uniform graph, but the figures are all weight graph. Should I handle uniform or weight graph? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions