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 linked list in data structure?
What's the difference between an array and vector?
How do you use the sort function?
In tree construction which is the suitable efficient data structure?
How does a hashtable work?
Which sorting algorithm is worst?
Why using cookie to store session info is a better idea than just using session info in the request?
What is b tree in data structure?
Define a linear data structure.
Mention some drawbacks of the linked list.
Why null is not allowed in treemap?
Why is waste sorting important?
Which sorting algorithm is the slowest?
Is bucket sort stable?
What is a priority queue?