Skip to main content

2 docs tagged with "Hashmap"

View all tags

LRU Cache

A complete guide to LRU (Least Recently Used) Cache -- a caching strategy using doubly linked lists and hash maps to achieve O(1) get and put operations.