小于 1 分钟
Home > @hz-9/algorithm > RedBlackTreeNode
RedBlackTreeNode class
Red-Black Tree Node
红黑树节点
Signature:
export declare class RedBlackTreeNode<T> extends TreeNode<T>Extends: TreeNode<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Color | undefined | |||
RedBlackTreeNode<T> | undefined | |||
RedBlackTreeNode<T> | undefined | |||
RedBlackTreeNode<T> | undefined |