The highest tagged major version is
v4.
package
Version:
v3.1.0
Opens a new window with list of versions in this module.
Published: Jan 5, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 17
Opens a new window with list of known importers.
Documentation
¶
type BinHeap[T Item] struct {
}
func (bh *BinHeap[T]) ExtractMin() T
func (bh *BinHeap[T]) Insert(item T)
type Item interface {
Priority() int64
}
Item represents binary heap item
Source Files
¶
Click to show internal directories.
Click to hide internal directories.