what is atmost complete binary tree?

Answer Posted / lomesh ahire

complete binary tree is tree in which all the nodes except
leaf nodes has two childes and all the leaf nodes are at
the same height.atmost complete binary tree is tree in
which all nodes has atmost two childs.

Is This Answer Correct ?    28 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define biconnectivity?

685


Explain what is binary search?

749


Is duplicate allowed in hashmap?

829


Are collections thread safe?

644


Why is bubble sort stable?

647


Why is concurrenthashmap thread safe?

685


What is tree and its properties?

682


write a program to show the insertion and deletion of an element in an array using the position

671


What is priority queue in data structure?

723


Tell me the difference between the character array and a string.

708


Can we use ordered set for performing binary search?

712


Discuss how to implement queue using stack.

705


Why do we use different types of data structures?

660


What is a reverse linked list.

776


What are data members?

712