C-LOOK (Disk Scheduling Disk Scheduling): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(n*log n)$ == Space Complexity == $O(n)$ auxiliary words (See LOOK) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1979 == Reference == -") |
No edit summary |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O(n | $O(n \log n)$ | ||
== Space Complexity == | == Space Complexity == | ||
$O(n)$ | $O(n)$ words | ||
(See LOOK) | (See LOOK) |
Latest revision as of 09:46, 10 April 2023
Time Complexity
$O(n \log n)$
Space Complexity
$O(n)$ words
(See LOOK)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1979
Reference
-