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
Which of the collections allows null as the key?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
How does bogo sort work?
Why is the isempty() member method called?
What is collision in data structure?
What is top in stack?
What is complete binary tree in data structure?
Write an algorithm for inserting and deleting an element from doubly linked list?
Why do we need to use computers to help us sort lists?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Explain circular linked list?
What is merge sort and how it works?
What is different between array and list?
How can I study data structures and algorithms?
Which sorting algorithm uses minimum number of swaps?