
ACM__字符串
文章平均质量分 79
wust_zwl
学不死,就往死里学。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codeforce_314D Sereja and Periods (动态规划)
一道技巧性的DP题,只要知道思路了很容易。原创 2017-07-05 20:18:01 · 393 阅读 · 0 评论 -
POJ 3087 Shuffle'm Up(神之模拟)
A common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is performed by starting with two stacks of poker chips, S1 and S2, each stack containing C chips. Each stack may contain chips of several different colors.原创 2017-07-17 11:09:45 · 321 阅读 · 0 评论 -
POJ 3356 (最长公共子序列)
Let x and y be two strings over some finite alphabet A. We would like to transform x into y allowing only operations given below: Deletion: a letter in x is missing in y at a corresponding position. Insertion: a letter in y is missing in x at a correspond原创 2017-07-25 16:24:00 · 339 阅读 · 0 评论