Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/Go
/ Left
Method
Left
project_euler/problem_18/problem18.go:38–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
Value() NodeValue
37
GetID() int
38
Left() Node
39
Right() Node
40
LeftIsNil() bool
41
RightIsNil() bool
Callers
15
accessNodeByLayerHelper
Function · 0.65
searchTreeHelper
Function · 0.65
inOrderHelper
Function · 0.65
preOrderRecursive
Function · 0.65
postOrderRecursive
Function · 0.65
calculateDepth
Function · 0.65
minimum
Function · 0.65
levelOrderHelper
Function · 0.65
predecessorHelper
Function · 0.65
TestPush
Function · 0.65
TestDelete
Function · 0.65
TestAVLPush
Function · 0.65
Calls
no outgoing calls
Tested by
4
TestPush
Function · 0.52
TestDelete
Function · 0.52
TestAVLPush
Function · 0.52
TestAVLDelete
Function · 0.52