Interface representing a node in a binary tree.
A binary tree node contains a value and references to its left and right child nodes.
The type of the value stored in the node.
The type of nodes in the binary tree, extending IBinaryTreeNode.
Readonly
Interface representing a node in a binary tree.
A binary tree node contains a value and references to its left and right child nodes.