Skip to content

A Round-Robin and SRTF queue implementation written in Java

Notifications You must be signed in to change notification settings

konradnoel/RoundRobin-and-SRTF-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Input should be:

A...Z, 0/1, 0..*, 1..*

A...Z: the name of the process

Priority: Either 1 for high, or 0 for low

0..*: Any positive integer, the time-slice in which the task arrived to the queue

1..*: Burst-time, the amount of time-slices it takes to finish the process

About

A Round-Robin and SRTF queue implementation written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages