[]
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.
public static readonly IndexingAlgorithm RedBlackTree
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. |