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 time and space complexity of bubble sort?
Explain what is the type of the algorithm used in solving the 8 queens problem?
Does treemap allow null key?
how to display Singly Linked List from First to Last?
What is difference between linear and non linear data structure?
What's the difference between an array and vector?
What is the difference between data type and data structure?
What is worst case complexity algorithm?
Why is hashmap faster?
Why is map not a collection?
What is list and types of list?
Can hashset contain duplicates?
How do you access the values within an array?
What is linked hash set?
What are the difference between a stack and a queue?