Skip to content

surajkapoor/LRU_Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LRU_Cache

Incorporates a Linked List built from scratch. Needs to be refactored so lookup time is 0(1), currently at 0(n). Set maximum number of stored items when instantiating LRU object:

lru = LRUCache(10)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages