A data structure in which a record is linked to two successor records, usually referred to as the left branch when greater and the right when less than the previous record.
〔计算机〕二叉树
Example sentencesExamples
One of the most popular data structures is a binary tree because it links parent and child together: all data is related.
Definition of binary tree in US English:
binary tree
noun
Computing
A data structure in which a record is linked to two successor records, usually referred to as the left branch when greater and the right when less than the previous record.
〔计算机〕二叉树
Example sentencesExamples
One of the most popular data structures is a binary tree because it links parent and child together: all data is related.