DCIT301 – Operating Systems course at the University of Ghana. The simulator implements and compares classical disk scheduling algorithms with the objective of minimizing disk head movement and ...
This is a Python-based simulator to visualize how various disk scheduling algorithms work. It supports algorithms like FCFS, SSTF, SCAN, and C-SCAN. Users can input disk access requests, choose the ...