createSingleNode
Creates a single TreeNode with the specified value and no children.
Return
A TreeNode containing the specified value.
Parameters
value
The value to be stored in the TreeNode.
Creates a single TreeNode with the specified value and no children.
A TreeNode containing the specified value.
The value to be stored in the TreeNode.