Generalized Leapfrogging Samplesort: A Class of $O(n \log^2 n)$ Worst-Case Complexity and $O(n \log n)$ Average-Case Complexity Sorting Algorithms
Data Structures and Algorithms
2018-01-30 v1
Abstract
The original Leapfrogging Samplesort operates on a sorted sample of size and an unsorted part of size . We generalize this to a sorted sample of size and an unsorted part of size , where . We present a practical implementation of this class of algorithms and we show that the worst-case complexity is and the average-case complexity is . Keywords: Samplesort, Quicksort, Leapfrogging Samplesort, sorting, analysis of algorithms.
Cite
@article{arxiv.1801.09431,
title = {Generalized Leapfrogging Samplesort: A Class of $O(n \log^2 n)$ Worst-Case Complexity and $O(n \log n)$ Average-Case Complexity Sorting Algorithms},
author = {Eliezer A. Albacea},
journal= {arXiv preprint arXiv:1801.09431},
year = {2018}
}
Comments
7 pages