pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
BinarySearchTree2.findMax
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
Finds the largest value from the given root.
Node
*
findMax
()
Node
*
findMax
(Node* from)
struct
BinarySearchTree2
(Elem)
@
nogc
Node
*
findMax
(
Node
*
from
)
Meta
Source
See Implementation
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
functions
add
findMax
findMin
insertAt
lookup
optimize
rebalanceTree
remove
rotateLeft
rotateLeftRight
rotateRight
rotateRightLeft
toString
properties
length
structs
Node
Finds the largest value from the given root.