Lecture 17

Learning objectives

After this class, you should be able to:

  1. Define an AVL search tree..
  2. Write code to implement insertion into an AVL tree, and give its time complexity.
  3. Given a sequence of insertions into an AVL tree, draw the tree.

Reading assignment

  1. Section 4.4.
  2. Lecture: Trees: Part 4 -- AVL trees.
  3. None.

Exercises and review questions


Last modified: 6 Oct 2011