In this section, we create a class (TreeManip) that manipulates a tree object.
TreeManip
There are benefits to keeping the Tree and Node classes simple, so in this step we will create a TreeManip class that will own, manage and manipulate a Tree object.
Tree
Node
Test tree creation using the new TreeManip class.