We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4b038 commit aa8c514Copy full SHA for aa8c514
decode-ways/Sung-Heon.py
@@ -16,4 +16,4 @@ def numDecodings(self, s: str) -> int:
16
if 10 <= two_digit <= 26:
17
dp[i] += dp[i - 2]
18
19
- return dp[n]
+ return dp[n]
0 commit comments