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

Method Parent

structure/tree/tree.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type Node[T constraints.Ordered] interface {
16 Key() T
17 Parent() Node[T]
18 Left() Node[T]
19 Right() Node[T]
20}

Callers 2

predecessorHelperFunction · 0.65
successorHelperFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected