Elementary Yet Precise Worst-case Analysis of MergeSort, A short version (SV)
Data Structures and Algorithms
2017-03-01 v1 Computational Complexity
Discrete Mathematics
Abstract
This paper offers two elementary yet precise derivations of an exact formula for the maximum number of comparisons of keys performed by on an -element array. The first of the two, due to its structural regularity, is well worth carefully studying in its own right. Close smooth bounds on are derived. It seems interesting that is linear between the points and it linearly interpolates its own lower bound between these points.
Cite
@article{arxiv.1702.08443,
title = {Elementary Yet Precise Worst-case Analysis of MergeSort, A short version (SV)},
author = {Marek A. Suchenek},
journal= {arXiv preprint arXiv:1702.08443},
year = {2017}
}
Comments
25 pages, 12 figures, three of which contain working Java methods