1.

Can child node be always called Leaf node in the K-ary tree?(a) True(b) FalseThe above asked question is from K-ary Tree in section Trees of Data Structures & Algorithms IThis question was posed to me in an interview for internship.

Answer»

Right CHOICE is (B) False

Easiest explanation - LEAF NODE is any node that does not contain any children. Child node may or may not contain more nodes. Child node will only be CALLED leaf Node if the node has no child node.



Discussion

No Comment Found

Related InterviewSolutions