Optimizing LRU Cache - Leetcode #146
Leetcode #146 asks us to design a data structure that contains the same functionalities of an Least Recently Used cache. In short, the LRU cache will store key value pairs up to a certain capacity, and will enforce that capacity by removing the least...
marksmunchies.hashnode.dev5 min read