CPU scheduling algorithm considers the elapsed time (summation of arrival time and burst time) for organizing and sequencing the processes. Based on the elapsed time, the corresponding parameters of time for each of the processes are sorted and stored. A loop is initialized until the queue gets empty. Within the loop, all the processes are repeatedly checked at constant intervals of time and the process with the least elapsed time is executed next.
-
Notifications
You must be signed in to change notification settings - Fork 0
As a Hybrid Algorithm, it combines the characteristics of both SJF and Priority Algorithms.
License
uttej2001/COMPARING-VARIOUS-CPU-SCHEDULING-ALGORITHMS-WITH-HYBRID-ALGORITHM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
As a Hybrid Algorithm, it combines the characteristics of both SJF and Priority Algorithms.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published