This is a project to calculate the price of a metro ticket.
menu.h
is a file containing functions to display menus.shortPath.h
is a file containing functions to calculate the shortest path and return the minimum number of stations in your trip.main.cpp
-> main file.
- select the starting line and the starting station (using the arrows on your keyboard).
- select the ending line and the ending station (using the arrows on your keyboard).
This is all.