CS 206 -- March 31, 2005
Trees Again
Trees
A very simply node in a tree. This is identical to TreeNode.java from March 29.
A tree class extending the one from March 29 to include deletion.