How does one go about determining the height of a recursion tree, built when dealing with recurrence run-times? How does it differ from determining the height of a regular tree?

edit: sorry, i meant to add how to get the height of the recursion tree from the recurrence relation.
