The n log n lower bound is a statement about every comparison sort, not only the ones people have written.
Circle one: True False
Three distinct items are sorted by comparisons. How many leaves does the decision tree need?
A binary decision tree has height 2. At most how many leaves can it hold?
A comparison sort handles 4 distinct items. How many leaves must its decision tree have?
Answer: ______________
Three items need 6 leaves but height 2 holds only 4. What follows?
Mergesort runs in n log n time. What does matching the floor mean?
You need exam marks from 0 to 100 sorted fast. What is the sensible move?
A classmate says counting sort proves the lower bound wrong. What is the error?