Skip to content

This is totally a c++ based programs based on graphs and uses Dijkstra alogorithm to find the shortest past between the stations if there exists a path between them. It also stores the info of the passenger by making her ticket and generating a PNR no. which is a combination of the name and and numbers.

Notifications You must be signed in to change notification settings

kush1912/Railway-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Railway-Management

Data structures based Project uses graphs and Dijkstra algorithm to find the shortest past between the stations if there exists a path between them. List of trains and their timings have been stored in two notepad files. The program reads the information using file handling and process it. It also stores the information of the passengers by making their ticket and generating a unique PNR.

About

This is totally a c++ based programs based on graphs and uses Dijkstra alogorithm to find the shortest past between the stations if there exists a path between them. It also stores the info of the passenger by making her ticket and generating a PNR no. which is a combination of the name and and numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages