Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Go
/ Key
Method
Key
structure/tree/tree.go:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
type
Node[T constraints.Ordered]
interface
{
16
Key() T
17
Parent() Node[T]
18
Left() Node[T]
19
Right() Node[T]
Callers
15
accessNodeByLayerHelper
Function · 0.65
searchTreeHelper
Function · 0.65
inOrderHelper
Function · 0.65
preOrderRecursive
Function · 0.65
postOrderRecursive
Function · 0.65
levelOrderHelper
Function · 0.65
predecessorHelper
Function · 0.65
successorHelper
Function · 0.65
Max
Method · 0.65
Min
Method · 0.65
Max
Method · 0.65
Min
Method · 0.65
Calls
no outgoing calls
Tested by
4
TestPush
Function · 0.52
TestDelete
Function · 0.52
TestAVLPush
Function · 0.52
TestAVLDelete
Function · 0.52