Python simulation of lottery-based CPU scheduling, where separate processes hold tickets and the scheduler determines execution order through random ticket selection
python simulation educational operating-systems cpu-scheduling randomized-algorithms process-scheduling lottery-scheduling os-concepts
-
Updated
Mar 1, 2024 - Python