This program is able to compute average waiting time and average response time for a given workload and quantum length using an implementation of round robin scheduling.
To build the executable run the following command: make
Example command to run the program:
./rr processes.txt 3 Expected output: Average Waiting Time: 7.00 Average Response Time: 2.75
To clean up all binary files run the following command: make clean