Skip to content

Suhas-30/Flight-Route-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Route Planner

This is a command-line flight route planner implemented in C. It assists users in planning flight routes between different cities by providing information about available flights and connections.

Features

  • Flight Search: Users can search for available flights between two cities.
  • Connection Information: The system provides details about connections, including layovers and transfer times.
  • Route Optimization: Users can choose the most convenient or cost-effective route based on their preferences.
  • Airport Information: Information about airports, including codes, locations, and facilities, is available.
  • Flight Booking: Integration with booking systems allows users to book flights directly.

Getting Started

To compile and run the program, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Compile the program using a C compiler (e.g., gcc).
  4. Run the compiled executable.

Usage

  1. Choose the desired option from the main menu:
    • Option 1: Search for available flights between two cities.
    • Option 2: View airport information.
    • Option 3: Plan a route with specific criteria (e.g., shortest duration, lowest cost).
    • Option 4: Book a flight.
    • Option 5: Exit the program.
  2. Follow the on-screen instructions to complete the selected action.

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages