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


Please Help Members By Posting Answers For Below Questions

Which of the collections allows null as the key?

680


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.

962


How does bogo sort work?

813


Why is the isempty() member method called?

809


What is collision in data structure?

704


What is top in stack?

656


What is complete binary tree in data structure?

755


Write an algorithm for inserting and deleting an element from doubly linked list?

718


Why do we need to use computers to help us sort lists?

748


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

1363


Explain circular linked list?

727


What is merge sort and how it works?

666


What is different between array and list?

733


How can I study data structures and algorithms?

734


Which sorting algorithm uses minimum number of swaps?

672