Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxIntHeap ¶
type MaxIntHeap struct {
IntHeap
}
func (MaxIntHeap) Less ¶
func (h MaxIntHeap) Less(i, j int) bool
type MinIntHeap ¶
type MinIntHeap struct {
IntHeap
}
func (MinIntHeap) Less ¶
func (h MinIntHeap) Less(i, j int) bool
Click to show internal directories.
Click to hide internal directories.