Data Structures

Choose the correct description of Binary tree.

Correct answer

D. A tree data structure in which each node has at most two children.

Explanation

Binary tree refers to a tree data structure in which each node has at most two children.