Problem clarification and contract
10%Senior signals
- ✓Clarifies whether duplicate values are allowed and, if so, on which side they belong, and confirms an empty tree is valid.
- ✓Confirms the property must hold for every subtree, not just immediate parent-child comparisons.
Staff-level signals
- ◆Raises how extreme integer values should be handled without relying on language-specific sentinel overflow.
Common red flags
- ×Codes immediately while assuming only immediate parent-child comparisons are needed.
