answersLogoWhite

0

AllQ&AStudy Guides
Best answer

dijkstra's algorithm (note* there are different kinds of dijkstra's implementation) and growth graph algorithm

This answer is:
Related answers

dijkstra's algorithm (note* there are different kinds of dijkstra's implementation) and growth graph algorithm

View page

Dijkstra's algorithm is used by the OSPF and the IS-IS routing protocols. The last three letters in OSPF (SPF) mean "shortest path first", which is an alternative name for Dijkstra's algorithm.

View page

Dijkstra's original algorithm (published in 1959) has a time-complexity of O(N*N), where N is the number of nodes.

View page

Dijkstra's algorithm has importance when you are trying to find the shortest path between two points. It's used in the computer networking field where routing protocols, like OSPF, uses it to find the shortest path between routers.

http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm

View page

No, Dijkstra's algorithm can not be used when there are negative arc lengths.

In Dijkstra's, the vertex that can be reached from the current set of labeled vertices and that of having the minimum weight among the alternatives is permanently labeled in that iteration. Since a negative arc weight would result in changing the label of a pre-permanently-labeled vertex, the algo collapses.

Bellman's algorithm is used with negative arc lengths.

View page
Featured study guide

Let’s say you have 150x6 for example. What is a way to multiply those numbers without skip counting

What should you subtract to get 8

What is 90x2

➑️
See all cards
5.0
β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…
1 Review
More study guides
4.38
β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…
8 Reviews

β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…β˜†β˜…
No Reviews
Search results