Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mergeKLists
Function · 0.45
combinationSum
Function · 0.45
climbStairs
Function · 0.45
minCostClimbingStairs
Function · 0.45
push
Method · 0.45
GetMinStack.py
File · 0.45
helper
Function · 0.45
ReverseAStackByRecursive.py
File · 0.45
sort
Function · 0.45
merge
Function · 0.45
twoSum
Function · 0.45
getKNodes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected