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
What is data and data types?
What is the height of a binary tree?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is stack algorithm?
What is sorting rule in shapes?
Write a program for reversing the Single Linked List?
What are the Difference between tcp and udp?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What is hash value of a string?
What is difference between hashset and treeset?
How do you declare A pointer to array of three chars
What is type structure?
What are linear and non linear data structures?
What is example of data?
State the difference between arrays and linked lists?