Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2024 Changes in this version + type MaxHeap struct + func HeadBuildHeap[T xcontainer.Orderliness](src []T) *MaxHeap[T] + func TailBuildHeap[T xcontainer.Orderliness](src []T) *MaxHeap[T] + func (h *MaxHeap[T]) Add(item T) + func (h *MaxHeap[T]) Pop() T