Content deleted Content added
→Analysis: example |
→Analysis: which algorithm |
||
Line 33:
:<math>n\log_2 n - 1.415n</math>
For small inputs (up to <math>n=11</math>) these numbers of comparisons equal the [[lower bound]] on comparison sorting of <math>\lceil\log_2 n!\rceil\approx n\log_2 n - 1.443n</math>. However, for larger inputs the number of comparisons made by the merge-insert algorithm is bigger than this lower bound.
==References==
|