Skip to content

VStructions/process-scheduling-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

process-scheduling-simulator

This is a small process scheduling simulator that supports the following policies:

  • Non Preemptive Shortest Job First
  • Preemptive Shortest Job First
  • Preemptive Priority
  • Round Robin

Input is a file of the same format as those in the "Sample input files" folder.

Outputs a Gantt diagram and the mean turnaround time of the processes.

About

A small process scheduling simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages