"CPU Scheduling Algorithms Implementation Repository"
-
Updated
Feb 20, 2024 - Java
"CPU Scheduling Algorithms Implementation Repository"
Repository housing a C program for a multilevel queue scheduling algorithm, incorporating three priority-based queues, hybrid scheduling strategies, and inter-queue scheduling for efficient process management.
It contains FCFS, SJF, SRTF, RR , Priority , Aging, MLQ, MLFQ Visualisation
A C-based operating system simulator featuring MLQ scheduling, virtual memory, paging, system calls, and kernel memory allocation.
A C++ simulation of a Multilevel Queue Scheduling (MLQ) algorithm, implementing Round Robin (RR), Shortest Job First (SJF), and First In First Out (FIFO) across four queues. The program calculates average waiting time and turnaround time for each queue and evaluates scheduling performance
Add a description, image, and links to the mlq--scheduling topic page so that developers can more easily learn about it.
To associate your repository with the mlq--scheduling topic, visit your repo's landing page and select "manage topics."