← Design ProblemsDSA 7.5.A

Cache Design (LRU/LFU)

Hash map plus doubly linked list, giving O(1) get/put with eviction on capacity.

StatusPending

Notes from readers

Comments — via GitHub