View Single Post
  #1  
Old 08-12-2009, 07:34 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default need help with dijkstra program

I am doing a program to print out the shortest path between locations. I implemented it using a 2D array for the adjacency matrix. However, when I run it and input the start and end locations, nothing else happens. <div class="codeblock"> <div class="spaced">
__________________
C++
domain name forum
Reply With Quote