Crate medianheap

Source
Expand description

A median heap for keeping track of a running median.

Structs§

MedianHeap
A median heap implemented with two binary heaps.

Enums§

Median
A median, consisting of either a single or a pair of values.