What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / s. sadagopan
Infinite
In a tree a node can have any number of nodes independent
of the levels.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What are the standard ways in which a graph can be traversed?
What is the use of bubble sort?
What is sorting rule in shapes?
What are the tasks performed during preorder traversal?
What is a map in programming?
What are the disadvantages of representing a stack or queue by a linked list?
How do you insert a new item in a binary search tree?
Where is data structure used?
Why is it important to sort waste?
Which sorting is best in time complexity?
What data structure underlies a python list?
What is the purpose of tochararray ()?
How to compare Two Arrays?
What the principle of quick sort and its complexity?
What is binary search in programming?