Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ least_recently_used.py
File
least_recently_used.py
other/least_recently_used.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
import
sys
4
from
collections
import
deque
Callers
nothing calls this directly
Calls
3
refer
Method · 0.80
LRUCache
Class · 0.70
display
Method · 0.45
Tested by
no test coverage detected