Longest distance first (LDF) page replacement algorithm (Online Page Replacements)
Jump to navigation
Jump to search
Time Complexity
$O(nk)$?
Space Complexity
$O(k)$ words
(Need to keep track of cache + information related to position of pages)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2017