Title
On Smoothed Analysis of Quicksort and Hoare’s Find
Abstract
We provide a smoothed analysis of Hoare's find algorithm and we revisit the smoothed analysis of quicksort. Hoare's find algorithm --- often called quickselect --- is an easy-to-implement algorithm for finding the k -th smallest element of a sequence. While the worst-case number of comparisons that Hoare's find needs is ***(n 2), the average-case number is ***(n ). We analyze what happens between these two extremes by providing a smoothed analysis of the algorithm in terms of two different perturbation models: additive noise and partial permutations. In the first model, an adversary specifies a sequence of n numbers of [0,1], and then each number is perturbed by adding a random number drawn from the interval [0,d ]. We prove that Hoare's find needs $\Theta(\frac{n}{d+1} \sqrt{n/d} + n)$ comparisons in expectation if the adversary may also specify the element that we would like to find. Furthermore, we show that Hoare's find needs fewer comparisons for finding the median. In the second model, each element is marked with probability p and then a random permutation is applied to the marked elements. We prove that the expected number of comparisons to find the median is in $\Omega\big((1\,{-}\,p) \frac np \log n\big)$, which is again tight. Finally, we provide lower bounds for the smoothed number of comparisons of quicksort and Hoare's find for the median-of-three pivot rule, which usually yields faster algorithms than always selecting the first element: The pivot is the median of the first, middle, and last element of the sequence. We show that median-of-three does not yield a significant improvement over the classic rule: the lower bounds for the classic rule carry over to median-of-three.
Year
DOI
Venue
2009
10.1007/s00453-011-9490-9
Clinical Orthopaedics and Related Research
Keywords
Field
DocType
Smoothed analysis,Hoare’s find,Quickselect,Quicksort,Median-of-three
Binary logarithm,Discrete mathematics,Combinatorics,Simplex algorithm,Smoothed analysis,Random permutation,Quicksort,Omega,Expected value,Quickselect,Mathematics
Journal
Volume
Issue
ISSN
62
3-4
0178-4617
Citations 
PageRank 
References 
3
0.38
31
Authors
4
Name
Order
Citations
PageRank
Mahmoud Fouz122613.16
Manfred Kufleitner217121.00
Bodo Manthey314713.30
Nima Zeini Jahromi430.38