//
pkg.gl
Category
github.com/alexander-yu/stream
quantile
heap
package
0.3.0
Repository:
https://github.com/alexander-yu/stream.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
69 SLOC
#
Functions
New
New initializes a new Heap.
#
Structs
Heap
Heap implements a heap data structure.
Item
Item represents an item in the heap; in particular, it contains not only the value, but also the index of the item within the heap.