package
Version:
v0.0.0-...-39567c2
Opens a new window with list of versions in this module.
Published: Dec 3, 2023
License: MIT
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 coster] struct {
}
func Make[T coster](initElems []T) *Heap[T]
func (h *Heap[T]) Pop() interface{}
func (h *Heap[T]) PopHeap() T
func (h *Heap[T]) Push(x interface{})
func (h *Heap[T]) PushHeap(t T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.