Click or drag to resize
Accord.NET (logo)

RedBlackTreeTFindLessThan Method

Overload List
  NameDescription
Public methodFindLessThan(T)
Finds the greatest point in the tree that is less than (<) k. In other words, finds a number stored in the tree that is immediately below k.
Public methodFindLessThan(RedBlackTreeNodeT, T)
Finds the greatest point in the subtree rooted at node that is less than (<) k. In other words, finds a number stored in the tree that is immediately below k.
Top
See Also