Hacker News new | ask | show | jobs
by alejohausner 3888 days ago
If I'm not mistaken, the attack is aimed at a quicksort implementation where the pivot value is chosen as a median of first, middle, and last values. It would not work on randomized quicksort, of course.