Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
RcouF1uZ4gsC
on July 25, 2024
|
parent
|
context
|
favorite
| on:
My Favorite Algorithm: Linear Time Median Finding ...
> The C++ standard library uses an algorithm called introselect which utilizes a combination of heapselect and quickselect and has an O(nlogn) bound.
Introselect is a combination of Quickselect and Median of Medians and is O(n) worst case.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Introselect is a combination of Quickselect and Median of Medians and is O(n) worst case.