2015年7月15日

HDU-1331-Function Run Fun(动态规划3)

摘要: DescriptionWe all love recursion! Don't we?Consider a three-parameter recursive function w(a, b, c):if a 20 or b > 20 or c > 20, then w(a, b, c) retu... 阅读全文

posted @ 2015-07-15 14:29 甜蜜蜜吖甜蜜蜜 阅读(211) 评论(0) 推荐(0)

HDU-1159 Common Subsequence(动态规划2)

摘要: DescriptionA subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another sequence... 阅读全文

posted @ 2015-07-15 11:08 甜蜜蜜吖甜蜜蜜 阅读(165) 评论(0) 推荐(0)

导航