This project explores the concepts of binary trees using the powerful C programming language.
The purpose of this project is to understand:
- The concept of binary trees
- The difference between a binary tree and a binarry search tree
- Depth, height, and size of binary trees
- How to go though a binary tree
- Types of binary trees