Dijkstra's algorithm: Difference between revisions

Content deleted Content added
hint at proof ...
correct typo
Line 55:
 
 
OSPF [[Open shortest path first]] is a well known real world implemenationimplementation used in internet routing.
 
A related problem is the [[traveling salesman problem]], which is the problem of finding the shortest path that goes through every vertex exactly once, and returns to the start. That problem is [[NP-hard]], so it can't be solved by Dijkstra's algorithm, nor by any other known, polynomial-time algorithm.