Fixed GH Issue #641

This commit is contained in:
danielyxie
2019-07-01 20:39:12 -07:00
committed by danielyxie
parent b82d7c12af
commit b2772bbfc1
3 changed files with 6 additions and 13 deletions

View File

@@ -214,6 +214,8 @@ The list contains the name of (i.e. the value returned by
| | | |
| | | The answer should be provided as an array of strings containing the valid expressions. |
| | | |
| | | NOTE: Numbers in an expression cannot have leading 0's |
| | | |
| | | Examples: |
| | | Input: digits = "123", target = 6 |
| | | Output: ["1+2+3", "1*2*3"] |