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.