MCPcopy
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

StackClass · 0.85
MinStackClass · 0.85
get_minMethod · 0.80
pushMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected