Simulates CPU scheduling algorithms (FCFS, SJF, Round Robin) in C, calculates process waiting and turnaround times, and prints per-time-unit execution.
Repository from Github https://github.comsoh2970/C-cpu-scheduling-simulation
Simulates CPU scheduling algorithms (FCFS, SJF, Round Robin) in C, calculates process waiting and turnaround times, and prints per-time-unit execution.