Java program that takes a csv file containing a list of processes, passes them to the CPU Scheduler and Round Robin algorithm, and then finally returns the statistics of the processes.
javacpu-schedulercpu-scheduling-algorithmscpu-utilizationcpu-schedulinground-robin-algorithmcontextswitchreadyqueue
-
Updated
Nov 11, 2020 - Java