Given a value aVal, returns a binary tree whose root is labeled by aVal and no children.
aVal
a value at the root of the tree
Given a value
aVal
, returns a binary tree whose root is labeled byaVal
and no children.