Math Fundamentals18 sections · 814 units
Open in Course

Quiz: Logarithms in Algorithms (Knowledge check)

Test your understanding

Check Your Understanding

Why do balanced binary trees have O(logn)O(\log n) height?

  1. A.Because each node has at most 2 children
  2. B.Because the number of nodes doubles at each level
  3. C.Because logarithms are fast
  4. D.Because trees are recursive structures
Start the roadmap to answer the quizzes and solve the challenges