✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A binary tree where the left child contains only nodes with values less than the parent node, and where the right child only contains nodes with values greater than or equal to the parent.