October 2018
Beginner to intermediate
398 pages
11h 1m
English
A binary tree is one in which each node has a maximum of two children. The nodes in the binary tree are organized in the form of left sub-tree and right sub-tree. If the tree has a root, R, and two sub-trees, that is, left sub-tree T1, and right sub-tree T2, then their roots are called left successor and right successor, respectively.
The following diagram is an example of a binary tree with five nodes:

Here are the following observations that we have made regarding the preceding diagram: