D
Dicread
HomeDictionaryBbinary tree

Note: The translation for this entry is currently under quality review. Some content is temporarily displayed in English only.

binary tree

binary tree
Noun
pl: binary trees

Meanings

Nounbinary tree

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

The algorithm uses a binary tree to store the data for efficient searching and retrieval.

Related Words

Last Updated: July 15, 2026Report an Error