Data Structures

A tree data structure in which each node has at most two children. What is this concept called?

Correct answer

D. Binary tree

Explanation

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