heaps

package
v0.0.0-...-97e7716 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package heaps

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Heap

type Heap[T comparable] interface {
	Insert(values ...T)
	DeleteMin() (value T, ok bool)
	FindMin() (value T, ok bool)

	containers.Container[T]
}

Directories

Path Synopsis
Package binaryheap provides a generic min-heap implementation.
Package binaryheap provides a generic min-heap implementation.

Jump to

Keyboard shortcuts

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