/Delta-airlines-DATA-STRUCTURE-

Delta Airlines maintain four schedule flights per day numbered 100,200,300,400. For each of these flight, they keep a list of passengers as an ordered linked list. The passenger has his/her first name, last name, address, phone number. Writing a C++ program that sets up and maintain the database by handling the following commands ADD, DELETE, SEARCH, LIST, QUIT

Primary LanguageC++

Watchers