MCPcopy
hub / github.com/TheAlgorithms/Go / Successor

Method Successor

structure/tree/example_test.go:21–21  ·  view source on GitHub ↗
(T)

Source from the content-addressed store, hash-verified

19 Min() (T, bool)
20 Predecessor(T) (T, bool)
21 Successor(T) (T, bool)
22 PreOrder() []T
23 InOrder() []T
24 PostOrder() []T

Callers 7

TestRBTreeFunction · 0.65
TestDeleteFunction · 0.65
TestBinarySearchFunction · 0.65
TestAVLFunction · 0.65
TestRBFunction · 0.65
TestAVLDeleteFunction · 0.65

Calls

no outgoing calls

Tested by 7

TestRBTreeFunction · 0.52
TestDeleteFunction · 0.52
TestBinarySearchFunction · 0.52
TestAVLFunction · 0.52
TestRBFunction · 0.52
TestAVLDeleteFunction · 0.52