The red-black tree algorithm, a type of self-balancing binary search tree widely
used in computer science because it has good performance that does not significantly degrade even in worst cases.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public static readonly IndexingAlgorithm RedBlackTree |
Visual Basic |
---|
Public Shared ReadOnly RedBlackTree As IndexingAlgorithm |