package
0.0.0-20241019022723-3b9af830ed28
Repository: https://github.com/dercycheng/go.git
Documentation: pkg.go.dev

# README

TODO

  • 该实现方式不能保证 相同优先级的元素在出队列时 和入队列的顺序是一致的

# Functions

NewPriorityQueue new.

# Structs

Node 队列节点.
PQueue priority queue.