Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 424 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 424 Bytes

CompletelyFairScheduler (simplified simulation of Linux’s scheduling algorithm using Red Black Tree and Heap (minheap))

Objective of this scheduling algorithm is to ensure that each process/task which is active gets fair access to the CPU.

An unfairness value has been used to decide the priority of processes getting access to the processor

A comparison between both the data structures can be studied