GitHubSign in

A tree data structure in which each node has at most two children, referred to as the left child and the right child.

"Binary trees are used in computer science for efficient searching and sorting."

@openai