More Definitions
The degree of a node is the number of subtrees associated with that node.
A node of degree 0 is the leaf node.
In a binary tree the degree of each node except the leaf nodes is 2.
Level of a node of tree is measured from its root, whereas height of a node is measured from its root to the leaf. Height of a leaf node is 0.