Is there an efficient genealogy Tree algorithm that allow to capture siblings, parents? (WIth its order)

63 views Asked by At

I want to design a genealogy Tree but I don't really know if there is an efficient algorithm to implement is. I used brute force but it is not good. Can you advice an algorithm with its order

0

There are 0 answers