Back to the 2019 paper

Module 1: Introduction and Complexity Analysis

20192m

Any decision tree that sorts nn elements has height:

  • (i) Ω(lgn)\Omega(\lg n)
  • (ii) Ω(n)\Omega(n)
  • (iii) Ω(nlgn)\Omega(n \lg n)
  • (iv) Ω(n2)\Omega(n^2)

Similar questions