//
pkg.gl
Category
github.com/dercycheng/go
SC
DS
29_priority_queue
package
0.0.0-20241019022723-3b9af830ed28
Repository:
https://github.com/dercycheng/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
69 SLOC
#
README
TODO
该实现方式不能保证 相同优先级的元素在出队列时 和入队列的顺序是一致的
#
Functions
NewPriorityQueue
NewPriorityQueue new.
#
Structs
Node
Node 队列节点.
PQueue
PQueue priority queue.