/AncestorsChartTreeUsingCPP

This repository contains a code related to binary search trees using C++ language. In this i used Ancestor chart an example of tree. I created FamilyTree as a class and person as struct class for family tree. Major functions of in this class are Insertion, Deletion, Modification and Searching.

Primary LanguageC++

This repository is not active