Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansershafiq/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.
https://github.com/ansershafiq/ancestorscharttreeusingcpp

Last synced: 29 days ago
JSON representation

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.

Awesome Lists containing this project