A Single-Runway Airport Flight Scheduler that utilizes Priority Scheduling with Aging
-
Updated
Oct 5, 2024 - JavaScript
A Single-Runway Airport Flight Scheduler that utilizes Priority Scheduling with Aging
An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority tasks.
An application showing trace or statistics for 8 different scheduling algorithms.
Add a description, image, and links to the aging-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the aging-scheduling topic, visit your repo's landing page and select "manage topics."