Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

0x01h/dijkstras-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Random Graph Generator with Dijkstra's Algorithm

Dijkstra's algorithm implementation to find shortest path distance using random graph generator on 4D array layered graph system.

Users can choose input parameters to determine node sizes and maximum lengths between two nodes.

Parameters:
- Number of layers.
- Number of nodes for each layer.
- Maximum length between two nodes.
- How many times do you want the algorithm works?

About

Dijkstra's algorithm to find shortest path distance using random graph generator on 4D array.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages