Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

patrick22414/coursework-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schopro-tree

School project of a Tree structure.

This project demostrates the data structure of a Tree by creating a family tree and its methods.

C++ Classes:

1."BinTreeNode" Nodes of binary tree, with data, left-child pointer, right child pointer and parent pointer as private members.

2."BinTree" Binary tree. BinTree is a friend class of BinTreeNode and have access to its private members.

3."FamilyTree" Family tree.

About

School project of a Tree structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages