//
pkg.gl
Category
github.com/renyddd/golang
leetcode
225yongduilieshixianzhan
package
0.0.0-20210911005019-8a26e672d2db
Repository:
https://github.com/renyddd/golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
32 SLOC
#
Functions
Constructor
* Initialize your data structure here.
#
Structs
MyStack
MyStack 仅用一个队列来模拟,在插入时保持调整值的顺序.