Many students find it difficult to visualize and understand djikstra's algorithm , this simple java based application attempts to facilitate the learning experience of students by providing a simple easy to use interface for running djikstra's algorithm and understanding how it actually works through animation.This application uses mulithreading to allow multiple animations to run at the same time.
Afer cloning the project or downloading it, use netbeans to open the project and then you are good to go !! Use the application as you like, or maybe if you just wanted to look into the source code for your own project then you can look into the src folder to draw inspiration for your own use.