Computer Science, asked by Jessica2908, 10 hours ago

What are ancestors of node 30

Answers

Answered by akhildwivedi523
0

Answer:

An ancestor of a node is any other node on the path from the node to the root. A descendant is the inverse relationship of ancestor: A node p is a descendant of a node q if and only if q is an ancestor of p. We can talk about a path from one node to another.

Similar questions