Quicksort Is Optimal For Many Equal Keys

August 17, 2016 Β· Declared Dead Β· πŸ› Workshop on Analytic Algorithmics and Combinatorics

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sebastian Wild arXiv ID 1608.04906 Category cs.DS: Data Structures & Algorithms Cross-listed math.PR Citations 5 Venue Workshop on Analytic Algorithmics and Combinatorics Last Checked 4 months ago
Abstract
I prove that the average number of comparisons for median-of-$k$ Quicksort (with fat-pivot a.k.a. three-way partitioning) is asymptotically only a constant $Ξ±_k$ times worse than the lower bound for sorting random multisets with $Ξ©(n^\varepsilon)$ duplicates of each value (for any $\varepsilon>0$). The constant is $Ξ±_k = \ln(2) / \bigl(H_{k+1}-H_{(k+1)/2} \bigr)$, which converges to 1 as $k\to\infty$, so Quicksort is asymptotically optimal for inputs with many duplicates. This resolves a conjecture by Sedgewick and Bentley (1999, 2002) and constitutes the first progress on the analysis of Quicksort with equal elements since Sedgewick's 1977 article.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted