Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 365 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 365 Bytes

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