An open API service indexing awesome lists of open source software.

https://github.com/iamareebjamal/dijkstra-gui

A java GUI program to demonstrate Dijkstra Algorithm to find shortest path between two points
https://github.com/iamareebjamal/dijkstra-gui

dijkstra-gui dijsktra-shortest-path java-gui

Last synced: 8 months ago
JSON representation

A java GUI program to demonstrate Dijkstra Algorithm to find shortest path between two points

Awesome Lists containing this project

README

          

# dijkstra-gui
A java GUI program to demonstrate Dijkstra Algorithm to find shortest path between two points

### Working
- Allows to create node
- Drag node to node to create edge
- Set weight to edges
- Hold key and click node/edge to delete it
- Set source and destination node

### Screenshot
![](https://s24.postimg.org/wcvaayzdx/dj2.png)