Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ clear
Method
clear
code/data-structures/heap.cpp:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
bool empty() { return count == 0; }
58
int size() { return count; }
59
void clear() { count = 0, memset(loc, 255, len << 2); }};
60
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
11
test
Function · 0.45
rebuild
Function · 0.45
test
Function · 0.45
test
Function · 0.45
init
Method · 0.45
operator +
Method · 0.45
operator -
Method · 0.45
test
Function · 0.45
TwoSat
Method · 0.45
check
Function · 0.45
scc
Function · 0.45
Calls
no outgoing calls
Tested by
5
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
check
Function · 0.36