Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntegerHeap ¶
type IntegerHeap []int
func (IntegerHeap) Len ¶
func (iheap IntegerHeap) Len() int
func (IntegerHeap) Less ¶
func (iheap IntegerHeap) Less(i, j int) bool
func (*IntegerHeap) Pop ¶
func (iheap *IntegerHeap) Pop() interface{}
func (*IntegerHeap) Push ¶
func (iheap *IntegerHeap) Push(heapintf interface{})
func (IntegerHeap) Swap ¶
func (iheap IntegerHeap) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.