/scheduler

Implementation of a scheduler with the following algorithms: FIFO, STF, STCF, RR

Primary LanguagePythonMIT LicenseMIT

Scheduler

Implementation of a scheduler with the following algorithms: FIFO, STF, STCF, RR. To measure its efficiency, Turnaround time and Response time measures are used. The program reads from the standard input and prints to standard output.