What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / uday
he didnt mention type of tree as binary tree so answer for
at 0level is 1, for other levels max is infinate
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to accept name & sort them?
What is bubble sort with example?
What does isempty() member method determines?
Describe the degree term in a tree.
Is merge sort better than quick?
Write a Program for Reverse a linked list.
What is binary search tree and explain its time complexity?
For which header list, the last node contains the null pointer?
Is list same as array?
Explain multiply linked list in short.
What is difference between list set and map?
Provide an algorithm to reverse a linked list without using recursion.
Is int a data structure?
What are linked lists used for?
Can we store a string and integer together in an array?