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

What is time and space complexity of bubble sort?

610


Explain what is the type of the algorithm used in solving the 8 queens problem?

667


Does treemap allow null key?

638


how to display Singly Linked List from First to Last?

653


What is difference between linear and non linear data structure?

804


What's the difference between an array and vector?

682


What is the difference between data type and data structure?

652


What is worst case complexity algorithm?

679


Why is hashmap faster?

694


Why is map not a collection?

637


What is list and types of list?

654


Can hashset contain duplicates?

678


How do you access the values within an array?

808


What is linked hash set?

633


What are the difference between a stack and a queue?

704