Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ empty
Method
empty
practice/itemPool.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool empty() const { return _front == _rear; }
49
50
private:
51
// 产生一个 QueueItem 的对象池(10000 个 QueueItem 节点)
Callers
6
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
get
Method · 0.45
reversePolarExp
Function · 0.45
treeNodeToString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected