Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 282 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 282 Bytes

CPU-scheduler-simulation

This is a simulation of a CPU scheduler with three algorithms SRTF, RR, Priority (1 is the highest). The user enters the jobs in a separate text file and enters the choice of the algorithm in the console. The code is part of a project from an OS course.