Skip to content

triki001/round_robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

round_robin

Implementation of a Round Robin algorithm for a process scheduler

This is a basic implementation of a process scheduler using a round robin.

Exists a file called "procsched.txt" that defines the processes that will be loaded.

Each line defines one process. The first argument (an integer is mandatory) defines the time in seconds that each process will be executed for each round. Once the time is consumed, the process will be queued.

About

Implementation of a Round Robin algorithm for a process scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors