What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / ubukkak
2^n - 1 is only binary tree
so
n! is number of tree with n node
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is treeset synchronized?
What is dynamic array how is it created?
What is example of data?
What are the 3 types of variables?
Which is faster binary or linear search?
What is the use of treemap?
How to print element of Array?
Can treemap have duplicate values?
Does hashset maintain order?
Is a hash table a map?
What is the difference between Array and Arraylist?
What is collection sort?
In what data structures are pointers applied?
Explain the applications of stack?
What are different techniques for making hash function? Explain with example.