Ask Question
18 December, 21:53

Define the level of a node.

+4
Answers (1)
  1. 19 December, 00:25
    0
    The level of a node in Binary tree or generic tree can be defined as the number of connection between the root node and the node + 1.

    The number of levels in a tree is known as the height of the tree. So more the number of levels more is the height of the tree.

    Each level can contain 1 or more nodes.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Define the level of a node. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers