Click or drag to resize
Accord.NET (logo)

RedBlackTreeTMin Method

Finds the minimum element stored in the tree.

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

Return Value

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