minheap

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 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 LessFn

type LessFn[T any] func(a, b T) bool

LessFn defines a less-than relation between a and b, i.e. a < b

type MinHeap

type MinHeap[T any] struct {
	// contains filtered or unexported fields
}

Type-safe wrapper around minHeapInternal

func NewMinHeap

func NewMinHeap[T any](lessFn LessFn[T]) *MinHeap[T]

func (*MinHeap[T]) Len

func (h *MinHeap[T]) Len() int

func (*MinHeap[T]) Peek

func (h *MinHeap[T]) Peek() T

func (*MinHeap[T]) Pop

func (h *MinHeap[T]) Pop() T

func (*MinHeap[T]) Push

func (h *MinHeap[T]) Push(item T)

Jump to

Keyboard shortcuts

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