Skip to content

It creates routing tables for packets transmission used in networking. It is using Dijkstra's algorithm to figure out the shortest path between two sources in order to decrease the delay time.

Notifications You must be signed in to change notification settings

vstadn/Dijkstras_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstras_Algorithm

Routing Table for packets transmission in networking. It is using Dijkstra's algorithm to figure out the shortest path between two sources in order to decrease the delay time.There are two test files given, one with sources represented with numerical value and the other one with characters based value. This algorithm can also be used to find out the shortest path between 2 locations on Earth given the file with distances to intermediate locations.

About

It creates routing tables for packets transmission used in networking. It is using Dijkstra's algorithm to figure out the shortest path between two sources in order to decrease the delay time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages