/FEUP_AED_FEUPFlights

✈️ | C++ app streamlining flight searches, optimizing travel options, and managing airports using graphs

Primary LanguageC++

Flights Management System

Overview

Welcome to the FEUPFlights. This C++ program is designed to streamline the management of flights using graphs. The project focuses on functionalities such as searching for airports, air companies, and specific flights. Additionally, the system allows users to identify nearby airports using a coordinate system and determine the optimal flight options with the least number of connections using the Breadth-First Search (BFS) algorithm. The development of this program is an essential component of the curriculum for the Algorithms and Data Structures course.

Key Features

  • Airport Search: Look up information about specific airports.
  • Air Company Exploration: Explore details about various air companies.
  • Flight Inquiry: Search for specific flights and their details.
  • Coordinate System: Identify nearby airports using a coordinate system.
  • Optimal Flights: Utilize BFS to find flight options with the least number of connections.