//
pkg.gl
Category
github.com/study825/originplus
util
queue
package
0.2.0
Repository:
https://github.com/study825/originplus.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
318 SLOC
#
Functions
NewQueue
New constructs and returns a new Queue.
NewSQueue
No description provided by the author
NewSyncQueue
No description provided by the author
#
Structs
Item
An Item is something we manage in a Priority queue.
PriorityQueue
No description provided by the author
Queue
Queue represents a single instance of the queue data structure.
SCursor
游标,通过该游标获取数据.
SQueue
这是一个循环队列 */.
SyncQueue
No description provided by the author
#
Type aliases
PriorityQueueSlice
A PriorityQueueSlice implements heap.Interface and holds Items.