[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexingAlgorithm.RedBlackTree

RedBlackTree Field

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.Indexing
Assembly: C1.LiveLinq.4.8.dll
Syntax
public static readonly IndexingAlgorithm RedBlackTree
Returns
Type Description
IndexingAlgorithm 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.