
字符串匹配距离问题
while_black
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu 4323 Magic Number (最短编辑距离)
Magic NumberTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1404Accepted Submission(s): 589Problem DescriptionThere are many magic nu...原创 2019-05-07 21:01:38 · 466 阅读 · 0 评论 -
hdu1516-String Distance and Transform Process(编辑距离)
String Distance is a non-negative integer that measures the distance between two strings. Here we give the definition. A transform list is a list of string, where each string, except for the last o...原创 2019-05-07 22:41:34 · 211 阅读 · 0 评论