XIII Open Championship Problem E. Enter the Word Problem 后缀自动机+贪心

Problem E. Enter the Word 后缀自动机+贪心   Source XIII Open Championship of Y.Kupala Grod…

  • ACM-ICPC题解字符串题
  • 2017/10/6
  • 149
  • HDU 6208 The Dominator of Strings 后缀自动机

    The Dominator of Strings 后缀自动机 Source 2017 ACM/ICPC Asia Regional Qingdao Online  HDU 6208…

  • ACM-ICPC题解字符串题
  • 2017/9/18
  • 130
  • HihoCoder – 1449 后缀自动机三·重复旋律6 后缀自动机、递推、DFS

    后缀自动机三·重复旋律6 后缀自动机、递推、DFS Source HihoCoder - 1449   My Solution 题意:…

  • ACM-ICPC题解字符串题
  • 2017/4/22
  • 143
  • HihoCoder – 1445 后缀自动机二·重复旋律5 后缀自动机

    后缀自动机二·重复旋律5 Source HihoCoder - 1445   My Solution 题意:统计字符串中不同子串的…

  • ACM-ICPC题解字符串题
  • 2017/4/22
  • 131
  • HDU – 5769 Substring 后缀自动机+二分、新增distinct子串的个数和位置

    Substring 后缀自动机+二分  Source HDU - 5769 My Solution 题意:每次给出一个字母ch和一个字符串s…

  • ACM-ICPC题解字符串题
  • 2017/3/12
  • 129
  • HDU – 4622 Reincarnation 后缀自动机

    Reincarnation 后缀自动机  Source HDU - 4622 My Solution 题意:给出一个长度<=2000的字符串,然…

  • ACM-ICPC题解字符串题
  • 2017/3/5
  • 391
  • SPOJ – LCS Longest Common Substring 后缀自动机

    Longest Common Substring 后缀自动机 Source SPOJ - LCS My Solution 题意:求两个字符串的最长…

  • ACM-ICPC题解字符串题
  • 2017/3/4
  • 126