pqueue

package
v0.0.0-...-37fe8ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PriorityQueue

type PriorityQueue[Key comparable, Priority cmp.Ordered] interface {
	Push(key Key, priority Priority)
	Peek() Key
	Pop() Key
	Update(key Key, priority Priority)
	IsEmpty() bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL