MCPcopy 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

1from __future__ import annotations
2
3import sys
4from collections import deque

Callers

nothing calls this directly

Calls 3

referMethod · 0.80
LRUCacheClass · 0.70
displayMethod · 0.45

Tested by

no test coverage detected