提交 1f4b6477 编写于 作者: qq_36480062's avatar qq_36480062

commit

上级 e946ce31
......@@ -26,7 +26,7 @@ import java.util.Arrays;
*/
public class LCS {
public static void main(String[] args) {
String s1 = "BA34C23";
String s1 = "BA34C";
String s2 = "A1BC23";
System.out.println(dp(s1, s2));
System.out.println(parseDp(dpp,s1,s2));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册