Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ RBTree
Method
RBTree
templates/rb.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
public:
99
RBTree()
100
{
101
nil = RBTreeNode::NIL;
102
root = nil;
103
}
104
105
void leftRotate(RBTreeNode* x)
106
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected