MediumData Structures
LRU Cache Implementation
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. Implement the LRUCache class.
This is an Arena challenge - solutions are not shown publicly.
Work on this problem and submit your solution to contribute!