随笔分类 -  ACM_动态规划

摘要:DescriptionLet 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 corresponding position.Change: letters at corr 阅读全文
posted @ 2013-10-27 17:52 瓶哥 阅读(414) 评论(0) 推荐(0)