Binary Tree
Overview
A binary tree
- contains no nodes, or
- is composed of three disjoint sets of nodes: a root node, a left subtree, and a right subtree.
The binary tree is a specialization of the k-ary tree.
A binary tree
The binary tree is a specialization of the k-ary tree.
Select a result to preview