- A A binary tree in which every node has either one or two children
- B A binary tree in which every node has exactly two children
- C A binary tree in which every node has at most two children
- D A binary tree in which every node has at least two children