Binary tree
Appearance
A binary tree is a tree data structure with at most two children. Typically the child nodes are called left and right.
A binary tree is a tree data structure with at most two children. Typically the child nodes are called left and right.