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 is the need for priority queue?
List out the advantages of using a linked list?
Define an equivalence relation?
What is stable sort?
Where is insertion sort used?
Why using cookie to store session info is a better idea than just using session info in the request?
Where will be the free node available while inserting a new node in a linked list?
State the difference between arrays and linked lists?
How many types of search algorithms are there?
How do you find the number of comparisons in bubble sort?
By Which algorithm, the 8 queens problem is solved?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
What exactly is data?
What is complexity of bubble sort?
Name some applications which use linked lists.