lorainemg / scheduler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%