A new breakdown every week — read the newsletter →
PeopleBusinessesToolsNewsletter
StrategiesMental ModelsDecision ToolsBusiness ModelsFrameworksMoats
LearnBook SummariesReading ListsGuidesQuote Collections
Artificial Intelligence Learning PathsWhat should I study? AboutContact
Mental Model

Belady's Algorithm

BS
Computer Science & Algorithms

algorithm (MIN or OPT) is the optimal offline page-replacement policy for a cache: evict the page that will be used farthest in the future. It minimizes cache misses when...

The core idea

algorithm (MIN or OPT) is the optimal offline page-replacement policy for a cache: evict the page that will be used farthest in the future. It minimizes cache misses when...

Connected