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
Can we add elements to final list?
What is a b+ tree? Explain its uses.
Which sorting algorithm uses minimum number of swaps?
List out the applications of a linked list?
Define adjacent nodes?
What is integer max_value?
Which is better than array and linked list?
Which sort is best for linked list?
How will you check the validity of an expression containing nested parentheses?
How can I study data structures and algorithms?
How do you declare An array of three pointers to chars
How can you insert a node in a random location of the linked list?
Are lists mutable?
What are common data structures?
What are the different types of sorting? Explain the difference between them.