Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 384 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 384 Bytes

Block_Access_Algorithm

This Program simulates the time spent seeking while completing a list of disk block access requests in various orders. These include First Come First Serve, Shortest Seek Time First, Non-Circular Look, and Circular Look.

To run the compiled windows executable asn7, pass in list.txt as a parameter to give the functions their list of requests to complete.