>_BeginnerCoder
Donate

Lesson 24 — LRU cache

Evict the oldest

An OrderedDict tracks use order so the least-recently-used item is dropped when full.

Why it matters: it is a classic systems-design data structure.

Task

Use the LRU cache with capacity 2.

← Back
Next →

Enjoying this lesson? Share it 👇

Keep going with Data Structures

Ready for more? These paid resources pick up where this lesson leaves off.

Some links on this page are affiliate links: we may earn a commission at no extra cost to you. We only recommend tools we believe are genuinely useful.