Aside: An Open Question on Lower
Bounds for Sorting
How long does it take to a sort
an n-by-n table of numbers?
•
O(n
2
log n) because there are
n
2
numbers in the table
What if it’s an addition table?
•
Shouldn’t it be easier to sort
than an arbitrary table?
CS409 - Spring 2000
6