Question 12.2.2: Prove that a balanced tree with n > 1 vertices has heigh......

Prove that a balanced tree with n > 1 vertices has height at most C log n for some constant C that does not depend on n.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

By induction over n, we prove that Φn+2anΦ_{n+2} ≥ a^n where a is the larger root of the quadratic equation a²=1+a,a² = 1 + a, that is, a=(5+1)/2a = (\sqrt{5} + 1)/2. (This number is usually called “the golden mean”.) It remains to apply the preceding problem.

Related Answered Questions

Question: 12.2.1

Verified Answer:

The maximal number of vertices is equal to ...
Question: 12.1.3

Verified Answer:

val [null]  := t; x := root ; while t <> val...
Question: 12.1.2

Verified Answer:

if root = null then begin ..t is not in the tree e...