Comment on Fast median search: an ANSI C implementationComments−vowelless13yI would have liked to see a benchmark for the deterministically linear O(n) BFPRT [1] algorithm as well. It plays out well in worst case scenarios if you have a very large dataset.[1] http://en.wikipedia.org/wiki/Selection_algorithm#Linear_gene...
Comments
I would have liked to see a benchmark for the deterministically linear O(n) BFPRT [1] algorithm as well. It plays out well in worst case scenarios if you have a very large dataset.
[1] http://en.wikipedia.org/wiki/Selection_algorithm#Linear_gene...