1997
DOI: 10.1002/(sici)1098-2418(199701/03)10:1/2<143::aid-rsa7>3.3.co;2-r
|Get access via publisher |Summarize |Cite
|
Sign up to set email alerts

Analysis of Hoare's FIND algorithm with Median‐of‐three partition

Abstract: Hoare's FIND algorithm can be used to select the jth element out of a file of n elements. It bears a remarkable similarity to Quicksort; in each pass of the algorithm, a pivot element is used to split the file into two subfiles, and recursively the algorithm proceeds with the subfile that contains the sought element. As in Quicksort, different strategies for selecting the pivot are reasonable. In this paper, we consider the Median-ofthree version, where the pivot element is chosen as the median of a random sam… Show more

Search citation statements

Order By: Relevance

Paper Sections

Select...
8
5
0
0

Citation Types

0
17
0
0

Year Published

1998
1998
2020
2020

Publication Types

Select...
6
3
1

Relationship

0
10

Authors

Journals

citations

Cited by 10 publications

(17 citation statements)
references

References 2 publications

0
17
0
0
Order By: Relevance
How this paper cites the one you are viewing
“…In section 3 we analyze the variants with fixed-size sampling. We rederive known results such as those of van Emden [26] and those of quickselect with median-of-three [10]. As far as we know, our results regarding the total cost of quicksort and of quickselect with fixed s > 3 are original.…”
mentioning
confidence: 88%
“…Van Emden [26] showed that the average number of comparisons to sort an array of size n is q(k) • n ln n + O(n), where q(k) steadily decreases from q(0) = 2 to q(∞) = 1/ ln 2. The median-of-three strategy also improves the performance of quickselect [10].…”
mentioning
confidence: 93%
See 1 more Smart Citation