Skip to content

A program that randomly generates 20 different jobs and schedules them using 5 algorithms: FIFO, Round Robin, SJF, SRT, and Priority Queue

Notifications You must be signed in to change notification settings

laurenramroop/Scheduling-Algorithm-Simulator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Scheduling-Algorithm-Simulator-

A program that randomly generates 20 different jobs and schedules them using 5 algorithms: FIFO, Round Robin, SJF, SRT, and Priority Queue

It then prints each job to your console as well as their attributes

Attributes that each Job class contains includes priority, arrival time, cpu burst, completion time, and turnaround time

About

A program that randomly generates 20 different jobs and schedules them using 5 algorithms: FIFO, Round Robin, SJF, SRT, and Priority Queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages