Skip to content

alex-shmukler/simple-lru-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

simple-lru-cache

LRU Cache (interview question)

LRU Cache Implementation with Dictionary and LinkedList

Get Complexity: O(1)

Add Complexity: O(1)

Remove Complexity: O(1)

About

LRU Cache Implementation with Dictionary and LinkedList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages