Trees:
Binary Tree is a special datastructure used for data storage purposes.
A binary tree has a special condition that each node can have a maximum of two children.
Important terms with respect to tree.

Traversals
Depth First
Breadth First

A binary tree has a special condition that each node can have a maximum of two children.
Important terms with respect to tree.

