Noun: binary tree
- (computer science) a hierarchical data structure in which each node has at most two children, typically called the left child and the right child
"A binary tree is often used to implement efficient searching and sorting algorithms"
Derived forms: binary trees
Encyclopedia: Binary tree