Skip to main content

One doc tagged with "binary tree"

View All Tags

Binary Trees

A binary tree is a tree with the order of 2. Meaning that a node is either a leaf or has left and/or right child.