Question: Part One: Design a data structure to store a single parent family tree o each family member can have zero or more children o each
Part One:
Design a data structure to store a single parent family tree
o each family member can have zero or more children
o each family member can have an indefinite number of properties, e.g. name, gender, favorite color, etc.
o there should not be a limit on the depth of the family tree
Part Two:
Render the family tree in the browser
Part Three:
Implement UI to add and remove members of the tree.
Would prefer react based solution.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
