package
Version:
v0.0.0-...-10bc058
Opens a new window with list of versions in this module.
Published: Apr 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MinStack struct {
Stack []int
Min []int
}
用一个辅助栈,记录 push 一个元素 x 进去时,当前栈的最小值 y,当 pop 时 x 和 y 一起出
* initialize your data structure here.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.