Skip to content

A Bangalore Metro journey Details generator(Considering the current stations) implemented using Linked lists and without using Linked lists. One optimized for insertion of new stations in the metro line while the other is optimized for space and time.

Notifications You must be signed in to change notification settings

Vivek2k20/Metro-Journey-Details-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Metro-Journey-Details-Generator

Created in 3rd Semester.

Code can perform the following:

1. Display the current Metro line in Bangalore(Both Green & Purple line)

2. Generate Fare between 2 stations with/without applying the discount due to smart card

3. Display the names and number of stations between 2 stations

4. Total time of the journey between the 2 stations

5. Determine if Changing of Lines/Trains at Majestic is required or not in a journey

2 versions of the project have been created.One uses Linked List while the other doesn't.

Using Linked List has the advantage of adding new stations and deleting old ones easily.

However,It takes more space and time to run when compared to the version not using Linked List.

About

A Bangalore Metro journey Details generator(Considering the current stations) implemented using Linked lists and without using Linked lists. One optimized for insertion of new stations in the metro line while the other is optimized for space and time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages