Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)

Answer Posted / m.eshwar

if the tree is binary tree [i.e two children max]then
2pow(N) is the answer
if it has 3 max children then
3pow(N)
...............................
if it has n max children then
npow(N)

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In what order the elements of a hashset are retrieved?

1013


In what areas do data structures are applied?

1007


What are the advantages of merge sort?

903


Can hashmap store null values?

955


What is the difference between binary tree and binary search tree?

934


Which sorting technique is best in worst case?

957


Does treeset remove duplicates?

972


How does a treemap sort?

885


What is meant by hashing?

898


What are data members?

1041


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

991


What are the objectives of studying data structures?

1186


State the rules to be followed during infix to prefix conversions?

1092


What does map stand for?

1088


How will you free the memory that is allocated at run time?

1024