MCPcopy
hub / github.com/HuberTRoy/leetCode / push

Method push

Stack/GetMinStack.py:38–39  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

36 return f'<{self.stored}>'
37
38 def push(self, value):
39 self.stored.append(value)
40
41 def pop(self):
42 return self.stored.pop()

Callers 12

mergeKListsFunction · 0.45
combinationSumFunction · 0.45
climbStairsFunction · 0.45
minCostClimbingStairsFunction · 0.45
pushMethod · 0.45
GetMinStack.pyFile · 0.45
helperFunction · 0.45
sortFunction · 0.45
mergeFunction · 0.45
twoSumFunction · 0.45
getKNodesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected