0 0 votes Is the root node an internal node? Programming in C data-structures tree programming-in-c + – once_2019 1.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote yes ,root node is an internal node.Nodes other than leaf nodes are internal nodes. Anil Ji answered Jun 24, 2018 Anil Ji comment Share Follow See all 2 Comments 2 2 Comments reply vishalshrm539 commented Nov 2, 2018 reply Follow flag Root need not be internal, root node without any child is a leaf node. 0 0 replyShare Lakshman Bhaiya commented Nov 2, 2018 reply Follow flag @vishalshrm539 yes, it depends on the structure of the tree. 0 0 replyShare Please log in or register to add a comment.