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.
java cpu-scheduler cpu-scheduling-algorithms cpu-utilization cpu-scheduling round-robin-algorithm contextswitch readyqueue
-
Updated
Nov 11, 2020 - Java