Leetcode 146. LRU Cache
Asked at:
Oracle
Meta
Uber
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Late August, 2025
Meta
Staff
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. The functions get and put must each run in O(1) average time complexity.
Mid August, 2025
Meta
Senior
Mid August, 2025

Amazon
Mid-level
The question was originally asking to store top x user alias and an email in memory to prevent making too many server requests
Your account is free and you can post anonymously if you choose.