Question
Define the following terms with reference to Tree : Sibling
Solution
Sibling : Two nodes have the same parent. The nodes containing D and E are both children of the node containing B. These nodes are siblings.
Is there an error in this question or solution?
APPEARS IN
Solution Define the following terms with reference to Tree : Sibling Concept: Basic Data Structures (Stack, Queue, Dequeue).