MCPcopy
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
56class MinStack(Stack):

Callers 4

pushMethod · 0.80
helperFunction · 0.80
pushMethod · 0.80
popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected