{"id":16419632,"url":"https://github.com/foo290/runway-reservation-scheduler","last_synced_at":"2025-02-24T13:41:15.842Z","repository":{"id":123397516,"uuid":"386865677","full_name":"foo290/runway-reservation-scheduler","owner":"foo290","description":"Airline runway reservation scheduler using augmented BST.","archived":false,"fork":false,"pushed_at":"2021-07-29T13:11:48.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T21:47:44.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/foo290.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-17T07:11:07.000Z","updated_at":"2021-07-17T09:13:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3aa8e6fd-a306-4182-a259-efaf10e0e28c","html_url":"https://github.com/foo290/runway-reservation-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Frunway-reservation-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Frunway-reservation-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Frunway-reservation-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Frunway-reservation-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foo290","download_url":"https://codeload.github.com/foo290/runway-reservation-scheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491559,"owners_count":19809977,"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":[],"created_at":"2024-10-11T07:25:23.473Z","updated_at":"2025-02-24T13:41:15.820Z","avatar_url":"https://github.com/foo290.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runway-reservation-scheduler\n\n### Source: MIT Lecture 5, Unit 2 : Sorting and trees \n[Video Resource](https://www.youtube.com/watch?v=9Jry5-82I68) ,\n[Lecture Notes](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-notes/)\n\nRunway reservation scheduling is a scheduling problem which needs a data structure for fast insertion and deletion, thus\n BSTs are best for this type of problem.\n\n**Problem Statement:**\n\nDesign a data structure for a **Real life Scenario** of a runway reservation system.\nwhich should be able to handle :\n\n* Each request will come with a time of landing, on which the plane is suppose to be land.\n* Make sure each landing are `k` Minutes away from each other. Call this `K minutes check`.\n    * for example \n        * If k=3, and there is a landing scheduled in next 5 mins, then there should not be a landing in next 4 mins or 6 mmins (as the k min check will fail).\n* For a given time `t`, show all the landing scheduled for `t` and after it.\n* Each time you delete a node or insert a node, the no. of landings must be managed in recursive calls.\n\n### For detailed explanation, watch the [video](https://www.youtube.com/watch?v=9Jry5-82I68).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoo290%2Frunway-reservation-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoo290%2Frunway-reservation-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoo290%2Frunway-reservation-scheduler/lists"}