Mac-Coleman / CSC-311-Scheduling-Algorithms

A process scheduling simulator written in Python for class
0 stars 1 forks source link

Simulation of RR scheduling. #17

Open Mac-Coleman opened 1 year ago

Mac-Coleman commented 1 year ago

We need a function to simulate round robin scheduling algorithm. Again the input should be a list of Processes and the output should be a list of Process Execution Records and a dictionary of PIDs and waiting times.