Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 344 Bytes

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