Problem clarification and contract
10%Senior signals
- ✓Clarifies whether output group order or in-group word order matters, whether words repeat, and whether input is guaranteed lowercase ASCII.
- ✓Confirms how single-word groups and an empty input list should be handled.
Staff-level signals
- ◆Raises whether the function must be stable/deterministic across repeated calls for a production caller.
Common red flags
- ×Starts coding without confirming what defines two words as being in the same group.
