Project repository for the third lab of the Operating Systems Seminar Class
-
Updated
Sep 26, 2023 - Java
Project repository for the third lab of the Operating Systems Seminar Class
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.
Add a description, image, and links to the priorities-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the priorities-algorithm topic, visit your repo's landing page and select "manage topics."