Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
type
Node[T constraints.Ordered]
interface
{
16
Key() T
17
Parent() Node[T]
18
Left() Node[T]
19
Right() Node[T]
20
}
Callers
2
predecessorHelper
Function · 0.65
successorHelper
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected