Ordered Trees

It turns out that binary trees are a wonderful way to flexibly store dynamic information.

Here's a tree T. Some terminology:

What do we know about the height and depth of a tree?


next up previous
Next: Representing Trees Up: DYNAMIC PROBLEMS Previous: Dynamic Operations