Skip to content

MoGomaa/Round-Robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Round-Robin

Simulating CPU scheduling Round Robin algorithm.

processes.txt file contains a list of processes with pertinent data for the process. Each line will have a process name that will be a string. Following that will be the arrival time of the process. The arrival time will be in reference to the previous process. Following this will be the total execution time. Next will be the elapsed time between I/O interrupts, next will be the time spent waiting and processing the I/O

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages