Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/neetcode-gh/leetcode
/ empty
Method
empty
java/0225-implement-stack-using-queues.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
boolean empty() {
29
return
this.q.size() == 0;
30
}
31
}
Callers
1
removeKdigits
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected