Skip to content

A program that finds all the shortest paths between all the islands, using information about the bridges that connect them.

License

Notifications You must be signed in to change notification settings

alishchenko/PathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinder

A program that finds all the shortest paths between all the islands, using information about the bridges that connect them.

The program: •reads data from a file. Its name is specified as a command-line argument •finds all the shortest paths between each combination of two islands •prints the paths using the FIFO (first) rule for the islands to the standard output.

About

A program that finds all the shortest paths between all the islands, using information about the bridges that connect them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published