There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
It simulates disk scheduling which is done by operating system to schedule I/O requests arriving for the disk using one of the these algorithms (FCFS, SSTF, SCAN, C-SCAN, LOOK , C-LOOK , Optimized) based on the performance of the algorithm.