An open API service indexing awesome lists of open source software.

https://github.com/joseph7814/c-oop

This Project is about Design A Scheduler Following Non-Preemptive Scheduling Approach To Schedule.
https://github.com/joseph7814/c-oop

operating-system programming schedule scheduler testcases

Last synced: 10 months ago
JSON representation

This Project is about Design A Scheduler Following Non-Preemptive Scheduling Approach To Schedule.

Awesome Lists containing this project

README

          

Design A Scheduler Following Non-Preemptive Scheduling Approach To Schedule
The Processes That Arrives At Different Units And Having Burst Time Double
The Arrival Time.Scheduler Selects The Process With Largest Burst Time From
The Queue For The Execution. Process Is Not Being Preempted Until It Finishes
Its Service Time.Compute The Average Waiting Time And Average Turnaround Time.
What Should Be The Average Waiting Time If Processes Are Executed According
To Shortest Job First Scheduling Approach With The Same Attribute Values.