tree
tree
•
• The connecting link between any two
nodes is called as an edge.
• In a tree with n number of nodes, there
are exactly (n-1) number of edges.
3. Parent-
•
• The node which has at least one child is called as
an internal node.
• Internal nodes are also called as non-terminal
nodes.
• Every non-leaf node is an internal node.
8. Leaf Node-