Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i make program that can help me on visualize the dijkstra algorithm...

What I have tried:

havent try anything cause i dont understand ?
Posted
Comments
Richard MacCutchan 21-Nov-17 3:09am    
First decide which language you are going to use. Then create the logical design, identifying the inputs and outputs. Finally turn that into code and start building and testing.
Steven Lim S.T. 22-Nov-17 0:58am    
im using visual basic or python language thanks for the solution
Richard MacCutchan 22-Nov-17 3:19am    
Like I said, you need to decide which one, and write your code accordingly.
[no name] 21-Nov-17 8:58am    
Can you visualize a chess board? Can you imagine walking across a large chess board and painting each square red as you step on each square? You can visualize the Dijkstra algorithm and many other graph algorithms by coloring each visited node.

1 solution

If you search on the wikipedia about the dijkstra algorithm.

Some examples How to visulalize dijkstra algorithm also found with Google.

Consider doing the basic research and learn...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900