Documentation
¶
Overview ¶
Package heap provides heap-related types and utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxHeap ¶
MaxHeap is a max heap (P>=C).
func NewMaxHeap ¶
NewMaxHeap creates a new MaxHeap with the given initial values.
Click to show internal directories.
Click to hide internal directories.