[Haskell-cafe] hstats median algorithm

David Feuer david.feuer at gmail.com
Sat Sep 1 21:26:00 CEST 2012


The median function in the hstats package uses a naive O(n log n)
algorithm. Is there another package providing an O(n) option? If not,
what would it take to get the package upgraded?



More information about the Haskell-Cafe mailing list