Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinHeap ¶
type MinHeap []Set
func (*MinHeap) Pop ¶
func (h *MinHeap) Pop() interface{}
Pop function pops the top element of MinHeap
func (*MinHeap) Push ¶
func (h *MinHeap) Push(x interface{})
Push function pushes the given element into the MinHeap
Click to show internal directories.
Click to hide internal directories.