package
Version:
v0.4.13
Opens a new window with list of versions in this module.
Published: Mar 2, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
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 (h *Heap[T]) Peek() T
func (h *Heap[T]) Pop() T
func (h *Heap[T]) Push(t T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.