Click or drag to resize
Accord.NET (logo)

RedBlackTreeTMax Method

Finds the maximum element stored in the tree.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public RedBlackTreeNode<T> Max()
Request Example View Source

Return Value

Type: RedBlackTreeNodeT
The RedBlackTreeNodeT that holds the maximum element in the tree.
See Also