Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You Spin Me Round Robin

Program to imitate Scheduling algorithm using the Round Robin Format, given a number of processes with arrival and burst time

Building

Run make

Running

cmd 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 process

results TODO

Given the example processes.txt,
Average waiting time: 7.00
Average response time: 2.75

Cleaning up

Run 'make clean' to clean up all binary files

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages