Fundamental Algorithms8 sections · 291 units
Open in CourseQuiz: Comparison Sort Theory
Test your understanding
Check Your Understanding
Why can't any comparison-based sort beat in the worst case?
- A.Because there are possible orderings and each comparison only eliminates half
- B.Because the decision tree must have at least leaves, requiring height
- C.Because computers can only compare two elements at a time
- D.Because merge sort is already optimal and it takes