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
What is the meaning of arraylist?
What is the method to find the complexity of an algorithm?
Explain the Stack
What is difference between list and linked list?
By Which algorithm, the 8 queens problem is solved?
What's the difference between an array and vector?
Which is better bubble sort or selection sort?
What is difference between data type and data structure?
What is the difference between a hashmap and hashtable?
Who created quicksort?
Define structure property in a heap?
Mention one advantage and disadvantage of using quadratic probing?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
How do I sort a hashmap key?
How do we search a specific element in an array?