Family Tree using a Tree of ArrayLists. There is no upper bound for children. Each node contains an ArrayList that stores its children. User can now also make a Binary Search Tree.
- Run using NetBeans IDE 7.4.
- Family Tree:
- The Add, Delete, and Edit functionalities are working as intended
- Binary Search Tree:
- Data structure working
- GUI works with a few bugs
- Checker working to determine if tree is a complete, balanced, perfect and/or degenerate tree
- Balance tree button works
- Family Tree:
- Working on saving and loading (works with scaling bug).
- Binary Search Tree:
- Fixing scaling issues for Binary Tree.
At greater depths, left nodes face the wrong way. Scaling goes off screen requiring manual window increase. 3-digit integers are not centered properly. Family Tree search sometimes doesn't work.


