jmu-ds

jmu-ds-实现KMP

jmu-ds-实现KMP #include <stdio.h>#include<string.h>const int MAX_LEN=20010;void get_next(char str[],int len,int next[]){ int i=0,j=0; next[0]=-1; for(i= ......
jmu-ds jmu KMP ds
共1篇  :1/1页 首页上一页1下一页尾页