摘要: ime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8855Accepted Submission(s): 4024Problem Description... 阅读全文
posted @ 2015-03-07 11:18 JL_Zhou 阅读(381) 评论(0) 推荐(0)
摘要: /** * name:KMP * time:2012-11-22 * 字符串快速匹配 */#include#includetypedef struct seqstring{ char string[100]; int length;}seqstring;void getnext(seqstring ... 阅读全文
posted @ 2015-03-07 10:13 JL_Zhou 阅读(269) 评论(0) 推荐(0)