Click or drag to resize
Accord.NET (logo)

RedBlackTreeTFindGreaterThan Method

Overload List
  NameDescription
Public methodFindGreaterThan(T)
Finds the smallest point in the in the tree that is greater than (>) k. In other words, finds a number stored in the tree that is immediately above k.
Public methodFindGreaterThan(RedBlackTreeNodeT, T)
Finds the smallest point in the subtree rooted at node that is greater than (>) k. In other words, finds a number stored in the tree that is immediately above k.
Top
See Also