1. As it pertains to Data Structures what is a Tree, in general, and particular what a Binary Tree is.
2. Be able to construct a Binary Tree from an arithmetic expression such as: 4 * 5 – 6 / 8 + 2
TREE
Binary Tree
A tree whose elements have at most 2 children is called a binary tree. Since each element in a binary tree can have only 2 children, we typically name them the left and right child.
A Binary Tree node contains following parts.
Get Answers For Free
Most questions answered within 1 hours.