Skip to content

dhruvin5/Flight-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight_Reservation_System

  • Flight reservation is one of the most common real-time applications which uses graphs.

  • The aim is to create an application which will do easy routing of flights between cities and book tickets for whichever flight route the user decides to take, after viewing all the available options as well as the filtered options.

  • Multiple graph based algorithms to compute the paths are used to make this system as efficient as possible

  • Dijkstra to find the cheapest and the quickest flight.

  • Depth first search to compute all the paths.

  • Linked List for storing the data of the tickets that have been used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages