//
pkg.gl
Category
github.com/Zeb-D/go-util
struct
queue
package
1.0.6
Repository:
https://github.com/zeb-d/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
208 SLOC
#
Functions
NewArrayQueue
No description provided by the author
NewLinkedListQueue
No description provided by the author
NewLoopQueue
No description provided by the author
#
Structs
ArrayQueue
数组队列的局限性:出队列的操作时间复杂度为 n.
LinkedListQueue
No description provided by the author
LoopQueue
LoopQueue 循环队列.
#
Interfaces
IQueue
Queue 先进先出.