Skip to content

KirkWThomas/OSproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Operating Systems 5343

Analysis of Algorithms

Algorithm Analysis We can see the Shortest Job First scheduler led to a significantly lower average waiting time while the average turnaround times were comparable. While it appears that the shorter job first scheduler is more beneficial, it would be necessary to understand the purpose of the processes to determine if the priority scheduling provided a better experience for the user. In an instance where the priority schedule benefited the user, such as choosing to prioritive programs on screen vs in the background, it could justify the additional average waiting time.

Enviornment

Code in C++ using Visual Studio Code (on Windows 10 Pro). Run and tested on Lyle Genuse Server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages