Recursive Design
Design a recursive algorithm to solve the following problem. Do not write any code. You are given a diagram showing a family tree. List the descendents of any given person.
Hint: If a person has no children then list no descendants. Otherwise…?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.