Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HuberTRoy/leetCode
/ GetMinStack.py
File
GetMinStack.py
Stack/GetMinStack.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
设计一个可以 Get Min的栈结构。
3
4
栈是一个先进后出的数据结构。
Callers
nothing calls this directly
Calls
5
Stack
Class · 0.85
MinStack
Class · 0.85
get_min
Method · 0.80
push
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected