5,227 views
0 votes
0 votes

4. Which of the following is a true about Binary trees?

(a) Every binary tree is either complete or full

(b) Every complete binary tree is also a full binary tree

(c) Every full binary tree is also a complete binary tree

(d) None of these

Solution: Option (d)

Please Explain why option c is not correct?

 

Please log in or register to answer this question.

Related questions

–1 votes
–1 votes
1 answer
1
iarnav asked Jan 7, 2018
541 views
IS IT A CBT?
0 votes
0 votes
5 answers
3
radha gogia asked Sep 30, 2015
1,672 views
If I am given an array $X$ of $n$ distinct integers which is interpreted as a complete binary tree, so if the parent is at index $i$, then it's left child would be at ind...