ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / IndexingAlgorithm Class / RedBlackTree Field

In This Topic
    RedBlackTree Field
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly RedBlackTree As IndexingAlgorithm
    public static readonly IndexingAlgorithm RedBlackTree
    See Also