operating-system-algorithms
There are 7 repositories under operating-system-algorithms topic.
Amey-Thakur/OPERATING-SYSTEM-AND-OPERATING-SYSTEM-LAB
CSC405: Operating System [OS] & CSL404: Operating System Lab [OS Lab] <Semester IV>
pz1971/Operating-System-Algorithms
Common Algorithms used by Operating Systems.
c-ease/page-replacement-in-c
Page replacement algorithms implemented in c language: FIFO, LRU, Optimal, MFU, LFU, Second chance
c-ease/disk-scheduling-in-c
disk scheduling algorithms implemented in c language: FCFS, SSTF, SCAN C-SCAN
c-ease/process-scheduling-in-c
Process scheduling algorithms implemented in c language: FCFS, SJF, Priority, Round Robin (non-preemptive)