https://github.com/birddevelper/dijkestra
Graphical Dijkestra Algorithm
https://github.com/birddevelper/dijkestra
csharp dijkstra-algorithm graphical-interface
Last synced: 8 months ago
JSON representation
Graphical Dijkestra Algorithm
- Host: GitHub
- URL: https://github.com/birddevelper/dijkestra
- Owner: birddevelper
- Created: 2017-03-26T15:06:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T06:10:58.000Z (over 2 years ago)
- Last Synced: 2025-02-26T19:07:10.568Z (9 months ago)
- Topics: csharp, dijkstra-algorithm, graphical-interface
- Language: C#
- Homepage:
- Size: 654 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphical Dijkestra
This tiny program demonestrates the Dijkestra algorithm. It can be used in Algorithm design courses to teach Dijkestra algorithm to students.
The graphical enivronment of this program allows user to see what is happening during algorithm excution step by step.
***Click on the black area to add nodes to the network, then connect nodes by right click on nodes and set a distance on edges, then use Dijkestra algorithms to find shortest path***
