in Programming in C
622 views
0 votes
0 votes
Is the root node an internal node?
in Programming in C
622 views

1 Answer

1 vote
1 vote
yes ,root node is an internal node.Nodes other than leaf nodes are internal nodes.

2 Comments

Root need not be internal, root node without any child is a leaf node.
0
0

@vishalshrm539

yes, it depends on the structure of the tree.

0
0