mGrahlCSHegau / Family-Tree

This repository represents part 3 of my final exam at my school (CSH). It contains a Python development environment with an implementation of a graph data type representing a family tree.
0 stars 1 forks source link

Family.print_generations() visual error output #1

Closed mGrahlCSHegau closed 6 months ago

mGrahlCSHegau commented 6 months ago

family_tree.py

Family.print_generations() prints each generation, but due to the recursive functions, the parents are not below their children. This visual bug can lead to misunderstanding/misinformation.

mGrahlCSHegau commented 6 months ago

Fixed in Fix issue update