CPU Scheduling Project
By riviere on Tue, 05/08/2012 - 15:23In this project, I am attempting to evaluate the performance of 3 CPU scheduling algorithms. A CPU scheduling algorithm is a piece of code which will decide which process will get to use the CPU next and how long that process will be using it. I will compare the performance of these algorithms by running a program I created which will take a list of processes as input and will calculate the average wait time which is how long it takes for a process to get to use the CPU based on one of the three algorithms.


