The implmentation of the 2,4-tree are found in these files:
|
The above files implement the 2,4-tree
|
The a,b-tree is a generalization of the 2,4-tree
The same techniques used to maintain the 2,4-tree canbe generalized to maintain a a,b-tree.
(I will expand the test suit later in the semester - down load a new copy toward the end of the semester)
/home/cs323000/turnin TreeAB.java pjX /home/cs323000/turnin Node.java pjXa |