Ask Question

Define the level of a node.

+3
Answers (1)
  1. 24 January, 18:46
    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?
Find an answer to your question 👍 “Define the level of a node. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers