Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxHeap ¶
type MaxHeap[T xcontainer.Orderliness] struct { // contains filtered or unexported fields }
func HeadBuildHeap ¶
func HeadBuildHeap[T xcontainer.Orderliness](src []T) *MaxHeap[T]
func TailBuildHeap ¶
func TailBuildHeap[T xcontainer.Orderliness](src []T) *MaxHeap[T]
Click to show internal directories.
Click to hide internal directories.