About this document
C Implementation of Scan Algorithm by Aditya Bansal is a document available to read on EtoBox.
The document contains source code for implementing three disk scheduling algorithms - SCAN, C-SCAN, and SSTF - in C programming language. The SCAN algorithm source code sorts the request queue and services requests in ascending or descending order depending on the head movement direction, calculating the total head movement. The C-SCAN algorithm source code services requests in both directions around the disk after sorting, and calculates the total head movement. The SSTF algorithm source code iterat
- Author
- Aditya Bansal
- Language
- EN