[]
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
Public Shared ReadOnly RedBlackTree As IndexingAlgorithm
| 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. |