Define ancestor and descendant ?
Answer / Kumud Singh
An ancestor of a node is any node on the path from the root to that node. A descendant, in contrast, is any node reachable from another node by following edges towards the root.
| Is This Answer Correct ? | 0 Yes | 0 No |
What actions are performed when a function is called?
Tell me the difference between structure and array?
What is insertion sort technique?
Explain binary representation?
Is quicksort divide and conquer?
What is a weighted graph?
Can we use Generics with the array?
What is difference between list and array?
what is a balanced tree.
What is a sorting algorithm in data structure?
Do you know how to find if linked list has loop?
Does set allow null values?