Hacker News new | ask | show | jobs
by kough 3390 days ago
No mention of median-of-medians for pivot selection? Someone needs to re-read CLRS...
1 comments

They have mentioned Introselect which is a hybrid of quickselect and median of medians.
Ah, missed that paragraph. Thanks.