Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HuberTRoy/leetCode
/ empty
Method
empty
Stack/GetMinStack.py:50–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
return
self.stored[-1]
49
50
def
empty(self):
51
if
self.stored:
52
return
False
53
return
True
54
55
56
class
MinStack(Stack):
Callers
4
push
Method · 0.80
helper
Function · 0.80
push
Method · 0.80
pop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected