Skip to content

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

Notifications You must be signed in to change notification settings

omargoher/CairoMetroApp-ConsoleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages