Shortest Seek Time First Disk Scheduling Algorithm Program in C/C++
Disk scheduling is done by operating systems to schedule I/O requests arriving for the disk and the algorithm used for the disk scheduling is called Disk Scheduling Algorithm. In this post, we will discuss the Shortest Seek Time First Disk…