Live data from Hacker News

Viewing profile — throwaway294531

throwaway294531

HN member
Joined
Thu, Jul 25, 2024, 3:32 PM UTC
HN karma
3
Public activity
1 items

About throwaway294531

No profile information was provided.

Recent public activity

  1. comment
    Comment #41070108

    If you're selecting the n:th element, where n is very small (or large), using median-of-medians may not be the best choice. Instead, you can use a biased pivot as in [1] or somethi…