Problem clarification and contract
10%Senior signals
- ✓Clarifies that coin supply is unlimited, confirms denominations are positive integers, and asks what to return for an amount of zero or when no combination works.
- ✓Confirms whether denominations can repeat in the input list.
Staff-level signals
- ◆Asks about the expected magnitude of the target amount to gauge the DP table size.
Common red flags
- ×Codes immediately while assuming a greedy largest-coin-first approach always works without confirming or justifying it.
