CSE 373, Autumn 2002: Homework 4

Due 11/1/2002

For all program or data structure design problems such as the two below you must provide pseudocode (see the manual) and an adequate explanation of the methods. It is often helpful to include small examples demonstrating the methods. Straight pseudocode with no additional documentation is not enough.  Your pseudocode can contain English if needed.  Each problem should be answered on a separate sheets of paper so they can be graded by different TAs.  Your name should be at the top of every page.

  1. (10 points) In this problem you will design a recursive AVL deletion procedure and execute it on a simple example.
  2. (10 points) In this problem you will demonstrate how splay tree insertion and deletion work on the example tree above.