Which of the following is NOT relevant to the sorting problem lower bounds proof?
\Theta(n^2)
n
records
is n!
n
nodes has a depth of at least
\log n
The proof uses decision trees to model sorting algorithms.
The number of permutations affects the size of the decision tree.
Given a tree of a certain size, we can compute its minimum depth.
The cost of Bubble Sort does not affect the cost of other sorts.