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 does arraylist remove do?
How can I search for data in a linked list?
How is a hashset implemented?
Can nsarray contain nil?
Can hashmap be sorted?
What is array in data structure with example?
How do you search for a target key in a linked list?
What are doubly linked lists?
Who created quicksort?
Is hashmap an array?
What’s the difference between enumeration and iterator interfaces?
What is priority queue in data structure?
What is a data structure? What are the types of data structures? Briefly explain them
Why would you use a linked list?
How can we reverse the order in the treemap?