minheap

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 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

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