Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ dump
Method
dump
templates/rb.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void dump(RBTreeNode* n)
203
{
204
dumpInternal(n, 1);
205
}
206
207
/*
208
1 父子节点之间不能出现两个连续的红节点
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected