MCPcopy 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

removeKdigitsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected