Structsยง
- Binary
Tree - A
BinaryTreedata structure that contains aTreeNodeand two optional child nodes (leftandright) - Tree
Node - A tree node that holds a value of type
Tgeneric
BinaryTree data structure that contains a TreeNode and two
optional child nodes (left and right)T generic