In this project, I applied the most commonly used CPU Scheduling algorithms in C++ and explained the processes/threads, scheduling process, and synchronization.
process round-robin threads mutexes cpu-scheduling semaphores priority-scheduling first-come-first-serve shortest-job-first shortest-remaining-time-first multilevel-feedback-queue syncrhonization multilevel-priority-que
-
Updated
Jun 17, 2025 - C++