Problem clarification and contract
10%Senior signals
- ✓Clarifies that k counts intermediate stops (so at most k+1 edges/flights are used), confirms costs are non-negative, and asks what to return when source equals destination.
- ✓Confirms whether multiple routes can exist between the same pair of cities with different costs.
Staff-level signals
- ◆Asks about the expected number of cities and routes to justify the chosen approach's complexity.
Common red flags
- ×Codes immediately while conflating 'stops' with 'edges used' without confirming the distinction.
