Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinHeap ¶
type MinHeap []ds.Comparable
MinHeap represents a binary min-heap which implements heap.Interface .
func (*MinHeap) Pop ¶
func (bh *MinHeap) Pop() (v interface{})
Pop is to implements heap.Interface .
Click to show internal directories.
Click to hide internal directories.