Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Using the programming rubric, complete the following program. Part 1: Setup an a

ID: 3574131 • Letter: U

Question

Using the programming rubric, complete the following program. Part 1: Setup an array or a link list data structure using the sample data below that will allow the user to search for a route from Airport A to Airport B. Example: If the user enters ATI. for Airport A and JAN for Airport B. your program should return "Yes. there is a route from ATL to JAN. If the user enters ATL for Airport A and JAN for Airport B. your program should return "No. there is not a route from UTH to CHI. Part 2: Setup a linked list data structure using the sample data below that will allow the user to search, insert, and delete flight destinations from there respectable airports. Example: Given the Airport A and Airport B. I'm given the option to search for a direct flight to a specific location (Airport B). add a new flight destination (Airport B) to Airport A. and delete a destination flight (Airport B) from Airport A.

Explanation / Answer

The assignment implemented in Python