1. The degree of a node in a tree is the number of children of a node.
  2. The degree of a tree is the highest degree of a node among all the nodes present in the tree.

Binary Tree

Types of Binary Tree