Average Cost of QuickXsort with Pivot Sampling

March 15, 2018 Β· Declared Dead Β· πŸ› International Conference on Probabilistic, Combinatorial and Asymptotic Methods for the Analysis of Algorithms

πŸ‘» 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 1803.05948 Category cs.DS: Data Structures & Algorithms Citations 3 Venue International Conference on Probabilistic, Combinatorial and Asymptotic Methods for the Analysis of Algorithms Last Checked 4 months ago
Abstract
QuickXsort is a strategy to combine Quicksort with another sorting method X, so that the result has essentially the same comparison cost as X in isolation, but sorts in place even when X requires a linear-size buffer. We solve the recurrence for QuickXsort precisely up to the linear term including the optimization to choose pivots from a sample of k elements. This allows to immediately obtain overall average costs using only the average costs of sorting method X (as if run in isolation). We thereby extend and greatly simplify the analysis of QuickHeapsort and QuickMergesort with practically efficient pivot selection, and give the first tight upper bounds including the linear term for such methods.
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