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

Define linear data structures?

580


Is treemap synchronized?

535


What is the difference between data types and data structures?

469


How to reference all the elements in a one-dimension array?

868


What is long data type?

484






Is arraylist a collection?

524


Which data structures are applied when dealing with a recursive function?

632


What are the advantages of selecetion sort?

704


Is hashset a collection?

478


What is merge sort and how it works?

500


What is difference between list and set?

477


How is any data structure application is classified among files?

565


Is treemap thread safe?

517


Does arraylist extend list?

465


Which list does not allow duplicates?

515