push test
This commit is contained in:
parent
7dc207ac14
commit
7d2c8eaf2a
|
|
@ -6,7 +6,7 @@ package leecode;/*
|
|||
|
||||
import java.util.Arrays;
|
||||
|
||||
// @lc code=start
|
||||
// @lc code=start test
|
||||
class Solution {
|
||||
public int numDecodings(String s) {
|
||||
int[] dp = new int[s.length() + 1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue