MCPcopy Create free account
hub / github.com/Semaserg/LeetCodeProblems / put

Method put

design/LRUCache_146/LRUCache.java:93–100  ·  view source on GitHub ↗
(int key, int value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

mainMethod · 0.95
canPermutePalindromeMethod · 0.45
groupAnagramsMethod · 0.45
buildMapMethod · 0.45
isAnagramMethod · 0.45
addCharMethod · 0.45
removeCharMethod · 0.45
isIsomorphicMethod · 0.45
findWordsMethod · 0.45
encode1Method · 0.45
encodeMethod · 0.45
isAnagramMethod · 0.45

Calls 4

updateMethod · 0.95
removeOldestMethod · 0.95
putNewestMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected