noun
binary tree
Computing term for a tree data structure where each node has at most two children. The more common term is 二分木 (にぶんぎ).
See also: 二分木
二進木はデータ構造の一つで、各ノードが最大二つの子ノードを持つ。
A binary tree is a data structure in which each node has at most two child nodes.