FCFS (Disk Scheduling Disk Scheduling)
Jump to navigation
Jump to search
Time Complexity
$O(n)$
Space Complexity
$O({1})$ words
(Needs to keep track of seek distance but FCFS is fairly straightforward/no extra info needed)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1979
Reference
-