omargoher / CairoMetroApp-ConsoleApp

This is a project to calculate the price of a metro ticket using (Graph Theory, BFS and Shortest Path).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cairo Metro Application

This is a project to calculate the price of a metro ticket.


This project includes 3 files

  1. menu.h is a file containing functions to display menus.
  2. shortPath.h is a file containing functions to calculate the shortest path and return the minimum number of stations in your trip.
  3. main.cpp -> main file.

How can use this application?

  1. select the starting line and the starting station (using the arrows on your keyboard).
  2. select the ending line and the ending station (using the arrows on your keyboard).

image

image

This is all.


Metro Map :

new-map8


About

This is a project to calculate the price of a metro ticket using (Graph Theory, BFS and Shortest Path).


Languages

Language:C++ 100.0%