The following is a command line interface for Disk Scheduling simulation. it implements various disk scheduling algorithms that we have studies such as
- SSTF
 - FCFS
 - SCAN
 - CSCAN
 - LOOK
 - CLOOK
 
The project consist of a menu driven program which even have a features like a loading bar. There is a demo video attached in Repo you can have a look on it.
