Q.1.
What is the size of the given K-ary tree?
Questiondata-structure-questions-answers1.jpg
Q.2.
Who is the ancestor of Node H?
Questiondata-structure-questions-answers2.jpg
Q.3.
Who is descendant of Node C?
Questiondata-structure-questions-answers3.jpg
Q.4.
What is the size of Node B in given K-ary tree?
Questiondata-structure-questions-answers4.jpg
Q.5.
Can leaf node be called child node in a K-ary tree?
Q.6.
Can child node be always called Leaf node in the K-ary tree?
Q.7.
What is the height of a K-ary tree having only root node?
Q.8.
Which one of the following is the correct formulae to find the parent node at index I?
Q.9.
Which nodes are the siblings of Node D of given ternary tree?
Q.10.
How many extra nodes are there in Full K-ary tree than complete K-ary tree?
Questiondata-structure-questions-answers10.jpg
Q.11.
Is Node A sibling of Node B in the given K-ary tree?