MCPcopy Create free account
hub / github.com/neetcode-gh/leetcode / isEmpty

Method isEmpty

python/0622-design-circular-queue.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46
47
48 def isEmpty(self) -> bool:
49 return self.size == 0
50
51
52 def isFull(self) -> bool:

Callers 3

deQueueMethod · 0.95
FrontMethod · 0.95
RearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected