Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ empty
Method
empty
code/data-structures/monotonic_queue.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
return min(inp.mn(), outp.mn()); }
21
void pop() { fix(); outp.pop(); }
22
bool empty() { return inp.empty() && outp.empty(); } };
23
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected