MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Cache/LFUCache.js:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51class LFUCache {
52 #capacity
53 #frequencyMap
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected