Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ isLeft
Method
isLeft
templates/rb.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool isLeft()
59
{
60
return this == p->left;
61
}
62
63
bool isRight()
64
{
Callers
2
insert_fixup
Method · 0.45
deleteFixUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected