Program to imitate Scheduling algorithm using the Round Robin Format, given a number of processes with arrival and burst time
Run makecmd for running TODO
Run ./rr processes.txt x
Where processes.txt has the number of processes and process ID, arrival time, and burst time for each processresults TODO
Given the example processes.txt,
Average waiting time: 7.00
Average response time: 2.75Run 'make clean' to clean up all binary files