/Operating-System-Disc-Scheduling

Disc_Scheduling problems/Operating System

Primary LanguageC++

Operating-System-Disc-Scheduling


here I wrote code on Disc scheduling

all codes are here

1. First come first serve program

2. Shortest seek time first (SSTF) program

3. Scan program

4. C-scan program

5. Look program

6. C-look program

all have same input :

a) no of queries

b) request

c) initialize head

d) and display

Thank you


Deepak Kumar