/FamilyTree

Family Tree in python

Primary LanguagePython

FamilyTree using Python

FamilyTree is implemented using a graph datastructure. The graph has been implemented internally using a adjacency list

Methods :

  1. Add a person
  2. Connect two persons
  3. Find parent
  4. Remove a person and their children
  5. Print Family Tree
  6. Get grandparent