Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 287 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 287 Bytes

C - Binary trees

A binary tree is a tree-type non-linear data structure with a maximum of two children for each parent. Every node in a binary tree has a left and right reference along with the data element. The node at the top of the hierarchy of a tree is called the root node.