Hacker News new | ask | show | jobs
by kopecs 1128 days ago
Quickselect and non-randomized variations should get you that; no?
1 comments

Yes, exactly.

But this reduction from 'select n largest' to my problem is still instructive: it tells us that in some sense any (deterministic) solution to my pet problem has to be at least as complicated as (deterministic) median finding.