Create an abridged binary tree that contains a bNode class that
describes a single node of a binary tree, and a bTree class that
uses bNode object to define the object binary tree with all of its
feat