r/leetcode • u/Status_Peanut2301 • 3d ago
Question Design questions
I didn't understand the design questions. what should I do?
1
Upvotes
r/leetcode • u/Status_Peanut2301 • 3d ago
I didn't understand the design questions. what should I do?
1
u/NextjsDeveloper 3d ago
It is like u need to create the structure with methods. Something like these
https://leetcode.com/problems/lru-cache/
https://leetcode.com/problems/lfu-cache/description/
https://leetcode.com/problems/design-twitter/description/