package
Version:
v0.3.3
Opens a new window with list of versions in this module.
Published: Nov 12, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Heap is a heap of int
func (h *Heap) Pop() interface{}
Pop TODO
func (h *Heap) Push(x interface{})
Push TODO
func (h Heap) Top() interface{}
Top TODO
type HeapLess func(a interface{}, b interface{}) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.