Q.1.
How many extra nodes are there in Full ternary tree than a complete ternary tree?
Q.2.
Is Node A sibling of Node D in the given ternary tree?
Questiondata-structure-questions-answers2.jpg
Q.3.
What is the size of the given ternary tree?
Questiondata-structure-questions-answers3.jpg
Q.4.
Who is the ancestor of Node G?
Questiondata-structure-questions-answers4.jpg
Q.5.
Who is descendant of Node B?
Questiondata-structure-questions-answers5.jpg
Q.6.
What is the size of Node A?
Questiondata-structure-questions-answers6.jpg
Q.7.
Can leaf node be called child node in a ternary tree?
Q.8.
Can child node be always called Leaf node in the ternary tree?
Q.9.
Which of the following is the implementation of the ternary tree?