Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 288 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 288 Bytes

About

An implementation of some disk scheduling algorithms

Instructions

Execution

To build the executable, run the command

make

To run the executable, run the command

make run

To clean the executable and the object files, run the command

make clean