am-shubham / Djikstra-gui

Simple java based gui application to visualize djikstra's algorithm , using a simple user-interface that enables editing/making graphs just a matter of few minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Djikstra-gui

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.

Running the project

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.

About

Simple java based gui application to visualize djikstra's algorithm , using a simple user-interface that enables editing/making graphs just a matter of few minutes


Languages

Language:Java 100.0%