DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
LRU Cache
#146
Medium
System Design
O(1)
O(capacity)
Amazon
Google
Meta
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.