MCPcopy Index your code
hub / github.com/TheAlgorithms/Go / GetID

Method GetID

project_euler/problem_18/problem18.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 Node interface {
36 Value() NodeValue
37 GetID() int
38 Left() Node
39 Right() Node
40 LeftIsNil() bool

Callers 3

BFSInsertMethod · 0.65
PrintReportMethod · 0.65
PrintPyramidMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected