Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 181 Bytes

File metadata and controls

3 lines (2 loc) · 181 Bytes

Binary Tree

In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child.