Working on various scheduling methods To design a CPU scheduler for simulating a few CPU scheduling policies.
The C program provides an interface to the user to implement the following scheduling policies as per the choice provided:
- First Come First Served (FCFS)
- Shortest Job First (SJF)
- Shortest Remaining Time First (SRTF)
- Round Robin (RR)