//
pkg.gl
Category
github.com/renyddd/golang
leetcode
232yongzhanshixianduilie
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
42 SLOC
#
Functions
Constructor
* Initialize your data structure here.
#
Structs
MyQueue
MyQueue sIn 用于接受新元素,sOut 用来维持当前非空栈的 FIFO 队列性质.