Skip to content

schar724/SchedulingSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scheduling Simulator

A scheduling simulator that demonstrates the first come first served, shortest job first, shortest remaining time first and round robin scheduling algorithms.

The UI was developed using JavaSwing. The coloured bars represent one 'clock tick' in a CPU burst. Average waiting time, average turn around time and throughput are calculated and displayed when the algorithm has completed.

Main View

The user can single step or run the algorithm in full. Individual process information is updated as the algorithm progresses.

1

Process Data View

The user can set custom or random process data or choose from a variety of examples.

4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages