Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/doocs/leetcode
/ list
Struct
list
solution/0400-0499/0460.LFU Cache/Solution.go:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
type
list
struct
{
83
head *node
84
tail *node
85
}
86
87
func
newList() *list {
88
head := new(node)
Callers
15
run
Function · 0.85
deserialize
Method · 0.85
findPermutation
Method · 0.85
subarraySum
Method · 0.85
minimumMoves
Method · 0.85
__init__
Method · 0.85
maximumCoins
Method · 0.85
canSplitArray
Method · 0.85
getDataframeSize
Function · 0.85
__init__
Method · 0.85
minimumRelativeLosses
Method · 0.85
maxGcdSum
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected