Define degree of the node
4 years ago
Data Structure and Algorithm
The total number of sub-trees attached to that node is called the degree of the
node.

For node A, the degree is 2 and for B and C, the degree is 0.
Sanisha Maharjan
Jan 23, 2022