MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / DFSNode

Struct DFSNode

project_euler/problem_18/tree.go:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 type DFSNode struct {
57 Node Node
58 StepsLeft int
59 Sum int
60 }
61
62 var pivot Node = r.Root
63 pivotEnded := false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected