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.
-
Updated
Nov 11, 2020 - Java
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.
Simulation of an extended Dining Philosophers Problem where philosophers at 5 tables need two forks to eat. If deadlock occurs, one moves to a 6th table. The simulation ends when the 6th table deadlocks, identifying the last philosopher to move.
Add a description, image, and links to the cpu-utilization topic page so that developers can more easily learn about it.
To associate your repository with the cpu-utilization topic, visit your repo's landing page and select "manage topics."