May 2017
Intermediate to advanced
310 pages
8h 5m
English
The worst-case performance of a randomized selection algorithm is O(n2). It is possible to improve on a section of the randomized selection algorithm to obtain a worst-case performance of O(n). This kind of algorithm is called deterministic selection.
The general approach to the deterministic algorithm is listed here: