MCPcopy
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

accessNodeByLayerHelperFunction · 0.65
searchTreeHelperFunction · 0.65
inOrderHelperFunction · 0.65
preOrderRecursiveFunction · 0.65
postOrderRecursiveFunction · 0.65
calculateDepthFunction · 0.65
minimumFunction · 0.65
levelOrderHelperFunction · 0.65
predecessorHelperFunction · 0.65
TestPushFunction · 0.65
TestDeleteFunction · 0.65
TestAVLPushFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestPushFunction · 0.52
TestDeleteFunction · 0.52
TestAVLPushFunction · 0.52
TestAVLDeleteFunction · 0.52