Problem clarification and contract
10%Senior signals
- ✓Clarifies that values are distinct, confirms the array may not be rotated at all, and asks what to return when the array is empty.
- ✓Confirms whether only one occurrence of the target can exist, given distinct values.
Staff-level signals
- ◆Asks about expected input size to justify requiring logarithmic time.
Common red flags
- ×Codes immediately while assuming the array is always rotated without confirming.
