Weighted LRU Cache
Design and implement a Weighted LRU (Least Recently Used) Cache that extends the traditional LRU cache by assigning a size (or weight) to each item.
Check more interview questions and experiences about Xai
Design and implement a Weighted LRU (Least Recently Used) Cache that extends the traditional LRU cache by assigning a size (or weight) to each item.
Check more interview questions and experiences about Xai
Please log in to view interview question details