{"id":26845722,"url":"https://github.com/guilyx/airplane-booking","last_synced_at":"2025-06-25T06:04:19.262Z","repository":{"id":40970978,"uuid":"237774858","full_name":"guilyx/airplane-booking","owner":"guilyx","description":"Simple airline ticket reservation program.","archived":false,"fork":false,"pushed_at":"2022-09-02T12:34:36.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T05:28:58.141Z","etag":null,"topics":["algorithms","data","linked-list"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guilyx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-02T13:25:08.000Z","updated_at":"2022-09-02T12:34:31.000Z","dependencies_parsed_at":"2023-01-17T19:47:23.369Z","dependency_job_id":null,"html_url":"https://github.com/guilyx/airplane-booking","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilyx%2Fairplane-booking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilyx%2Fairplane-booking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilyx%2Fairplane-booking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilyx%2Fairplane-booking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilyx","download_url":"https://codeload.github.com/guilyx/airplane-booking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372537,"owners_count":20766624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data","linked-list"],"created_at":"2025-03-30T19:38:49.029Z","updated_at":"2025-03-30T19:38:49.919Z","avatar_url":"https://github.com/guilyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airplane Ticket Reservation\n\n## Brief\n\nInspired by Chapter 3, Problem #2, Data Structures and Algorithms, 4th Edition by Adam Drozdek\n\n```\nWrite a simple airline ticket reservation program. \nThe program should display a menu with the following options: \n- reserve a ticket, \n- cancel a reservation, \n- check whether a ticket is reserved for a particular person, \n- display the passengers.\n\nThe information is maintained on an alphabetized linked list of names. \nIn a simpler version of the program, assume that tickets are reserved for only one flight. \nIn a fuller version, place no limit on the number of flights. \nCreate a linked list of flights with each node including a pointer to a linked list of passengers.\n```\n\n\n## Modifications\n\nWIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilyx%2Fairplane-booking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilyx%2Fairplane-booking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilyx%2Fairplane-booking/lists"}