Skip to content

A linked list + hashtable of pointers to the linked list nodes is the usual way to implement LRU caches. This gives O(1) operations (assuming a decent hash).

Notifications You must be signed in to change notification settings

hmshuv/LRU_Cache_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

A linked list + hashtable of pointers to the linked list nodes is the usual way to implement LRU caches. This gives O(1) operations (assuming a decent hash).

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages