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

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

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***

![Dijkestra](http://mshaeri.com/blog/wp-content/uploads/2021/04/dikjestra.jpg)