//
pkg.gl
Category
github.com/0RAJA/Rutils
struct
LLRBTree
package
0.6.1
Repository:
https://github.com/0raja/rutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
297 SLOC
#
Functions
MoveRedLeft
MoveRedLeft 红色左移 节点 h 是红节点,其左儿子和左儿子的左儿子都为黑节点,左移后使得其左儿子或左儿子的左儿子有一个是红色节点.
MoveRedRight
MoveRedRight /*.
NewLLRBTree
No description provided by the author
#
Constants
BLACK
No description provided by the author
RED
No description provided by the author
#
Structs
LLRBTNode
LLRBTNode 左倾红黑树节点.
LLRBTree
LLRBTree 左倾红黑树.