System Overview - Scheduling algorithm (SCAN, LOOK)
This system simulates disk scheduling using SCAN and LOOK algorithms. It manages requests for disk I/O by moving the disk head efficiently to reduce seek time. The key requirement is to optimize the order of servicing requests to minimize disk arm movement.
