
KMP算法
KMP算法匹配
狗熊狗弟
星空很远,向前却不难
展开
-
KMP算法匹配入门(Hdu 1686)
KMP算法匹配入门(Hdu 1686)-------------------- Oulipo-----------------------Problem DescriptionThe French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter ‘e’. He was...原创 2019-03-26 13:25:20 · 225 阅读 · 0 评论 -
Hdu1711 KMP算法匹配(水)
Hdu 1711Problem DescriptionGiven two sequences of numbers : a[1], a[2], … , a[N], and b[1], b[2], … , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a number K which mak...原创 2019-03-26 18:19:46 · 156 阅读 · 0 评论