[Java – Algorithm] Simulation Dijkstra's algorithm to find the shortest path

About algorithm, You can view the article in Find the shortest path Dijkstra, Floyd. This article I will introduce you to the simulation program Dijkstra's algorithm with graphics on Java, This is also the subject of their practice facility.

Update Date 23/05/2015: Fix icon on windows loaded.

Dijkstra's algorithm simulation

The program allows users to draw graphs quickly and easily, Points can drag and pull, erase, tri repair costs (weight), … or you can use the graphs available in the demo. And when run will show the way on the graph below and share Log. At the bottom there is a table to describe the work done by hand when we need to do to find the shortest path. It also allows us to keep the graph, open graph Saved. In fact, it says it is long, I would say the functionality of the program in the long video 7 minutes following.

Note * want to run jar files you need to install the JDK for PC.

Download the source code and jar files of the program

All inquiries, suggestions please connected directly to your Email.

Refer: My Products