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

Method Value

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

Source from the content-addressed store, hash-verified

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

Callers 3

MaxPathValueSearchMethod · 0.95
PrintReportMethod · 0.65
PrintPyramidMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected