Hacker News new | ask | show | jobs
by raxxorrax 1732 days ago
That doesn't really make sense to me at all. Don't sort it, just have it?

Is the storage restriction the point?

1 comments

Yes. The goal is to find (or approximate) the median without storing all the elements. Instead, it approximates the median by finding the median of randomly selected samples from the elements.