代码能力:50+;
动态规划:
数位dp:HDOJ 3555 bomb 简单数位dp:http://acm.hdu.edu.cn/showproblem.php?pid=3555
dp中的双向问题:2
编辑距离:1;
LIS类问题;2;
POJ 1887 Testing the CATCHER http://poj.org/problem?id=1887
POJ 2533 Longest Ordered Subsequence http://poj.org/problem?id=2533
LCS问题:1;
poj-1159-Palindrome http://poj.org/problem?id=1159
背包问题:1
0-1背包问题:
poj 3624 Charm Bracelet http://poj.org/problem?id=3624
poj 2184 Cow Exhibition http://poj.org/problem?id=2184
完全背包:
poj 2063 Investment http://poj.org/problem?id=2063
树型DP:
poj 22342 Anniversary party http://poj.org/problem?id=2342
最大子段和:1
字符串处理:
kmp算法:1
图论:
Floyd:1
dijkstra:1
数论:
快速幂取模:1
poj-1995-Raising Modulo Numbers