8000 update 139 · githubniraj/Leetcode@dd85cb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd85cb0

Browse files
update 139
1 parent bfc9050 commit dd85cb0

File tree

1 file changed

+0
-3
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-3
lines changed

src/main/java/com/fishercoder/solutions/_139.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
import com.fishercoder.common.utils.CommonUtils;
4-
53
import java.util.List;
64

75
public class _139 {
@@ -23,7 +21,6 @@ public boolean wordBreak(String s, List<String> wordDict) {
2321
}
2422
}
2523
}
26-
CommonUtils.printArray(dp);
2724
return dp[n];
2825
}
2926
}

0 commit comments

Comments
 (0)
0