This project extends a provided coursework codebase to run an experimental comparison of two classic CPU scheduling algorithms: First Come First Served (FCFS) and Shortest Job First (SJF). The ...
The project designs and implements efficient disk scheduling algorithms in operating systems, including FCFS, SSTF, SCAN, C-SCAN, and LOOK. It develops a software module to optimize disk I/O by ...