Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deQueue
Method · 0.95
Front
Method · 0.95
Rear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected