- Notifications
You must be signed in to change notification settings - Fork191
Lru cache#45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Lru cache#45
Uh oh!
There was an error while loading.Please reload this page.
Conversation
SummaryThis PR adds a visualization for the LRU (Least Recently Used) Cache data structure. What is LRU Cache?A cache that stores a limited number of items and automatically evicts the least recently used item when capacity is exceeded. It's widely used in operating systems, databases, and web applications. Implementation Details
Visualization Features
Testing✅Tested on Scratch Paper - All operations work correctly with no errors CategoryUncategorized Files Added
Real-World Applications
|
1 similar comment
SummaryThis PR adds a visualization for the LRU (Least Recently Used) Cache data structure. What is LRU Cache?A cache that stores a limited number of items and automatically evicts the least recently used item when capacity is exceeded. It's widely used in operating systems, databases, and web applications. Implementation Details
Visualization Features
Testing✅Tested on Scratch Paper - All operations work correctly with no errors CategoryUncategorized Files Added
Real-World Applications
|
No description provided.