Skip to content

Commit aa8c514

Browse files
Sung-HeonE-1on
authored andcommitted
3주차.
1 parent 6a4b038 commit aa8c514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: decode-ways/Sung-Heon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def numDecodings(self, s: str) -> int:
1616
if 10 <= two_digit <= 26:
1717
dp[i] += dp[i - 2]
1818

19-
return dp[n]
19+
return dp[n]

0 commit comments

Comments
 (0)