最長公共子序列——動態規劃

轉載:http://www.javashuo.com/article/p-vgzzoezz-gz.html 裏面寫的很清楚,裏面的代碼如下: #include<iostream> #include<cstdio> #include<cstring> #include<string> using namespace std; const int MAXN = 1005; int DP[MAXN]
相關文章
相關標籤/搜索