Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Heap ¶
type Heap[C cmp.Ordered] interface { Len() int Less(i, j int) bool Swap(i, j int) Push(x any) Pop() any }
func NewMaxHeap ¶
func NewMinHeap ¶
Click to show internal directories.
Click to hide internal directories.