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

Method Predecessor

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

Source from the content-addressed store, hash-verified

18 Max() (T, bool)
19 Min() (T, bool)
20 Predecessor(T) (T, bool)
21 Successor(T) (T, bool)
22 PreOrder() []T
23 InOrder() []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