Viewing profile — throwaway294531
throwaway294531
HN member- Joined
- Thu, Jul 25, 2024, 3:32 PM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About throwaway294531
No profile information was provided.
Recent public activity
-
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…