Skip to content

Opening book details…

About this document

Combinatory CPU Scheduling Algorithm by Engr Safiyan Abubakar Giza is a document available to read on EtoBox.

The document proposes a new CPU scheduling algorithm called Combinatory that combines functions of basic scheduling algorithms like FCFS, SJF, and Round Robin. It sorts processes in ascending order of their total execution time (arrival time + burst time). If two processes have the same execution time, it prioritizes the process with the smaller burst time. The algorithm aims to provide fair share of CPU time to each process and optimize objectives like average waiting time and turnaround time. Pseudocode i

Author
Engr Safiyan Abubakar Giza
Language
EN