Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 205 Bytes

File metadata and controls

2 lines (2 loc) · 205 Bytes

binary_trees

A binary tree is a hierarchical data structure that consists of nodes connected by edges. Each node can have a maximum of two child nodes, referred to as the left child and the right child.