Versions in this module Expand all Collapse all v1 v1.0.0 Sep 22, 2022 Changes in this version + type PriorityQueue struct + func Empty(less lessFunc[T]) PriorityQueue[T] + func (p *PriorityQueue[T]) Add(x T) + func (p *PriorityQueue[T]) GetNext() T + func (p *PriorityQueue[T]) IsEmpty() bool + func (p *PriorityQueue[T]) Rebuild()