/-Airline-Management-Program

This is an Airline Information Management Program. It uses majority C++ and it counts with passengers structures

Primary LanguageC++

Goal

The objective was to implement the management of the airline using adequate abstract data structures, in addition to thinking about improving temporal and spatial complexity.

Abstract Data Structures Implemented

  • Stack
  • Queue
  • Doubly Linked List
  • Vector
  • Binary Search Tree (BST)

Project Overview

A little sample of how to search for a flight in the management of the airline.