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
- Host: GitHub
- URL: https://github.com/iamareebjamal/dijkstra-gui
- Owner: iamareebjamal
- License: apache-2.0
- Created: 2016-08-28T17:39:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T14:56:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T13:25:55.020Z (about 1 year ago)
- Topics: dijkstra-gui, dijsktra-shortest-path, java-gui
- Language: Java
- Size: 24.4 KB
- Stars: 12
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
