Interleaving String
摘要:
Interleaving String问题:Givens1,s2,s3, find whethers3is formed by the interleaving ofs1ands2.思路: dfs肯定能解决 但是肯定会超时 动态规划方程dp[i][j] == true only dp[i-1][... 阅读全文
posted @ 2015-03-27 23:10 zhouzhou0615 阅读(171) 评论(0) 推荐(0) 编辑