Implementation of All Scheduling Algorithms using Structures in C
-
Updated
Jun 13, 2023 - C
Implementation of All Scheduling Algorithms using Structures in C
A CLI simulator for cpu scheduling algorithms
This program simulates various CPU scheduling algorithms for a given process queue and provides important metrics such as CPU idle time, waiting time for each process, completion time for each process, and total execution time.
CSOPESY T1 AY 2023-2024 // Implementation of FCFS, SJF, SRTF, Round Robin CPU Scheduling Algorithms
Add a description, image, and links to the srtf-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the srtf-scheduling topic, visit your repo's landing page and select "manage topics."