package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Sep 28, 2023
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Heap[T any] struct {
}
func NewHeapData[T any](d []T, less func(T, T) bool) *Heap[T]
func (h *Heap[T]) Pop() T
func (h *Heap[T]) Push(v T)
func (h *Heap[T]) Top() T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.