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 atmost complete binary tree?

Answer Posted / iti

An almost complete binary tree is a tree in which each node
that has a right child also has a left child. Having a left
child does not require a node to have a right child. Stated
alternately, an almost complete binary tree is a tree where
for a right child, there is always a left child, but for a
left child there may not be a right child.
The number of nodes in a binary tree can be found using this
formula: n = 2^h Where n is the amount of nodes in the tree,
and h is the height of the tree.

Is This Answer Correct ?    61 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is arraylist not thread safe?

978


Which algorithm is used in collections sort method?

874


Is treeset sorted?

1015


What is the default size of an arraylist?

991


Is arraylist a list?

941


What is sorting in data structure?

1007


Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?

907


Which one is the simplest sorting in data structure?

1103


Write a Program for Delete an element from a doubly linked list.

961


What are control structures?

998


Is arraylist fail fast?

998


When is a binary search best applied?

932


Is hashmap part of collection?

1003


How many passes are required in bubble sort?

868


Which sorting technique is faster?

963