Crate medianheap

source ·
Expand description

A median heap for keeping track of a running median.

Structs

A median heap implemented with two binary heaps.

Traits

This trait is used for calculating the arithmetic mean of the two middlemost elements of a median heap if it contains an even number of elements.