Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.51 KB

File metadata and controls

32 lines (27 loc) · 2.51 KB

Maintainability Rating Quality Gate Pass Lines of Code License image image CodeSize image image image image

MetroFlowRouter

What is it?

A funny tool to check information about a metro network of your favourites cities! This tool make use of graph concepts and it uses BFS to find the mininum path from a starting station to another one. You can use it for every city you want. The only thing you have to do is fill correctly the txt file such as Milan.txt or the other example text files. You must use the same layout.

Contribute

Feel free to contribute and improve the project. You can read the guidelines to contribute here

Usage Example

build metro.go
./metro Milan.txt

image image image image