2016 UESTC Training for Dynamic Programming H – 柱爷大战滑稽王 LCS转LIS

H - 柱爷大战滑稽王 LCS转LIS Source 2016 UESTC Training for Dynamic Programming   My Soluti…

  • ACM-ICPC题解dp
  • 2017/10/31
  • 141
  • Gym – 101164C Castle KMP的拓展、next数组+dp、好题

    Problem C Castle KMP的拓展、next数组+dp、好题 Source ACM-ICPC Southeastern European Regional Pr…

  • ACM-ICPC题解字符串题
  • 2017/7/25
  • 146
  • UESTC 1696 一道简单的字符串题 KMP+dp

    一道简单的字符串题 KMP+dp Source 2017 UESTC Training for Search Algorithm & String UESTC 16…

  • ACM-ICPC题解字符串题
  • 2017/7/18
  • 132
  • UESTC 1709 DNA序列 AC自动机+dp+矩阵快速幂优化

    DNA序列 AC自动机+dp+矩阵快速幂优化 Source 2017 UESTC Training for Search Algorithm & String…

  • ACM-ICPC题解字符串题
  • 2017/7/18
  • 118
  • Codeforces Round #420 (Div. 2) E. Okabe and El Psy Kongroo dp+矩阵快速幂

    E. Okabe and El Psy Kongroo dp+矩阵快速幂 My Solution 题意:从(0,0)走到(k,0)(1 ≤ k ≤ 1e…

  • ACM-ICPC题解dp
  • 2017/7/18
  • 142
  • URAL – 1158 Censored! AC自动机+dp

    Censored! AC自动机+dp Source URAL - 1158 ACM ICPC 2001. Northeastern European Region, Northern …

  • ACM-ICPC题解字符串题dp
  • 2017/4/16
  • 138
  • HDU – 2457 DNA repair AC自动机+dp

    D - DNA repair AC自动机+dp  Source HDU 2457 My Solution 题意:给出n个模式串,给出一个主串,要…

  • ACM-ICPC题解字符串题
  • 2017/2/16
  • 139
  • Good Bye 2016 D. New Year and Fireworks dp+枚举、状态总数

    D. New Year and Fireworks dp+枚举、状态总数 My Sution 题意:烟花刚开始时占用一个格子的空间,…

  • ACM-ICPC题解dp
  • 2017/1/14
  • 127
  • Codeforces Round #363 (Div. 2) C. Vacations 贪心+dp

    C. Vacations 贪心+dp Source Codeforces Round #363 (Div. 2)   My Solution 贪心+dp //!从…

  • ACM-ICPC题解贪心
  • 2016/9/28
  • 136
  • HDU 5904 LCIS __ dp、LCIS

    LCIS dp Source BestCoder Round #87   My Solution dp、LCIS、 最长公共上升子序列且每次递增 …

  • ACM-ICPC题解dp
  • 2016/9/27
  • 132