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 ds heap sort?
Will arraylist maintain insertion order?
What is a undirected graph?
What is dynamic array in excel?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What is map keyset?
Is bucket sort a comparison sort?
Differentiate between set and map.
Why is quicksort not stable?
Write the advantage of separate chaining?
How can you represent a linked list node?
Can arraylist store objects?
What do you mean by breadth first search (bfs)?
What is adt in data structure?
Write is a binary search tree? Write an algorithm and tell complexity?