@hackage / median-stream

Constant-time queries for the median of a stream of numeric data.

Latest0.7.0.0

About

Metadata

  • Last updated , by jmc41493
  • License BSD-3-Clause
  • Maintained by: jmc41493@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Uses the two-heap approach to support O(lg n) insertions and O(1) queries for the median.