haoel / leetcode Public Notifications You must be signed in to change notification settings Fork 4.9k Star 17.8k ...
A custom implementation of a Least Recently Used (LRU) Cache in Java, built from scratch using a doubly linked list and a HashMap — without relying on Java's built-in LinkedHashMap. An LRU Cache is a ...