kmt字符串匹配
摘要:
# -*- coding:utf-8 -*-class StringPattern: def findAppearance(self, A, lena, B, lenb): pos=0 tmp = 0 pmtlist= self.pmt(B) mp=[] while pos<len(A): if B 阅读全文
posted @ 2020-09-17 23:27 漫漫人生的翠色 阅读(198) 评论(0) 推荐(0) 编辑