Assignment 4

Due: 6 Nov 2014

Educational objectives:

Statement of work: Implement a generic self-restructuring binary search tree class, using a self-restructuring scheme specified below.

Deliverables:

Requirements:

Note:

  1. We will test your MRBST class with code that is different from your test.cpp. So it is important for this class to be generic and exactly as specified.
  2. Your code should be efficient and your makefile should use good optmization flags.

Last modified: 28 Oct 2014