CSE 326, Spring 1997: Homework 4

Due 4/30/97

  1. (10 points) In this problem we will explore the problem of how many nodes are in an AVL tree of height d.
  2. (20 points) In this problem you will design a recursive AVL deletion procedure and execute it on a simple example.