raahulrathore / Process-Scheduler-using-Shortest-Remaining-Time-First

Operating Systems Process Scheduler using Shortest Remaining Time First using CPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating Systems Process Scheduler using Shortest Remaining Time First

Designing a scheduling program that is capable of scheduling many processes that comes in at some time interval and are allocated the CPU not more that 10 time units. CPU must schedule processes having short execution time first. CPU is idle for 3 time units and does not entertain any process prior this time. Scheduler must maintain a queue that keeps the order of execution of all the processes. Compute average waiting and turnaround time.

About

Operating Systems Process Scheduler using Shortest Remaining Time First using CPP


Languages

Language:C++ 100.0%