• 2021-04-14
    下列算法实现求采用顺序结构存储的串s和串t的一个最长公共子串。
    void maxcomstr(orderstring *s,*t; int index, length)
    {int i,j,k,length1,con;
    index=0;length=0;i=1;
    while (i