Skip to content

karuppan-the-pentester/dijkstra-alg-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra Algorithm GUI Implementation

Dijkstra's algorithm (or Dijkstra's Shortest Path First algorithm, SPF algorithm) is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later..

This software is an reference for another Application

Tech

This application uses a number of open source projects to work properly:

  • Pygame - Modules designed for writing video games

And of course this application itself is open source with a public repository on GitHub.

Installation

This application requires Python to be installed in your computer.

Install the necessary modules using pip.

$ cd dijkstra-alg-gui
$ pip install pygame
$ python dijkstra-alg-gui.py

Free Software, Hell Yeah!
This software is used to understand the dijkstra algorithm in gui manner and it also developed with the help of ChrisKneller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages