A C++ simulation of classic CPU scheduling algorithms including FCFS, Round Robin, SPN, SRT, HRRN, Feedback (FB & FBV), and Aging. Analyze and compare process scheduling strategies in trace or stats mode using custom input formats.
cpp round-robin fcfs operating-systems scheduling-algorithms cpu-scheduling os-simulation process-scheduling shortest-job-first aging-algorithm
-
Updated
Jun 26, 2025 - C++