cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
dijkstra algrithm
dijkstra algrithm
May 14, 2011 at 3:41am UTC
keithzhou
(22)
Hi, i just have question about the dijkstra,does finding the lowest cost in this function means same as finding the shortest path between two places?
May 14, 2011 at 3:48am UTC
Albatross
(4553)
The two mean the same thing, yes, but just to be sure you know what a shortest path is...
http://en.wikipedia.org/wiki/Shortest_path_problem
-Albatross
Topic archived. No new replies allowed.