POJ 2774 Long long Message suffix array

Source: Internet
Author: User

Click to open the link topic link

A long long Message
Time Limit: 4000MS Memory Limit: 131072K
Total Submissions: 23327 Accepted: 9566
Case Time Limit: 1000MS

Description

The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days:his mother is getting ill. Being worried about spending so much in railway tickets (Byterland is such a big country, and he have to spend all shours on Train to him hometown), he decided only to send SMS with his mother.

The little cat lives in a Unrich family, so he frequently comes to the Mobile service center, to check how much money he Have spent on SMS. Yesterday, the computer of service center was broken, and printed, very long messages. The brilliant little cat soon found out:

1. All characters in messages is lowercase Latin letters, without punctuations and spaces.
2. All SMS have been appended other– (i+1)-th SMS comes directly after the i-th one–that are why those Es is quite long.
3. His own SMS have been appended together, but possibly a great many redundancy characters appear leftwards and rightwards Due to the broken computer.
E.g:if his SMS was "motheriloveyou", either long message printed by, the would possibly be one of "Hahamotherilov Eyou "," motheriloveyoureally "," Motheriloveyouornot "," bbbmotheriloveyouaaa ", etc.
4. For these broken issues, the little cat have printed his original text twice (so there appears, very long messages). Even though the original text remains the same in both printed messages, the redundancy characters on both sides would is P Ossibly different.

You are given those-very long messages, and you had to output the length of the longest possible original text Writte n by the little cat.

Background:
The SMS in Byterland Mobile service is charging in Dollars-per-byte. That's why the little cat was worrying about how long could the longest original text being.

Why do I ask you to write a program? There is four resions:
1. The little cat is so busy these days with physics lessons;
2. The little cat wants to keep what he said to his mother Seceret;
3. POJ is such a great Online Judge;
4. The little cat wants to earn some money from POJ, and try to persuade he mother to see the Doctor:(

Input

The strings with lowercase letters on the input lines individually. Number of characters in each one would never exceed 100000.

Output

A number–what is the maximum length of the original text written by the little cat.

Sample Input

Yeshowmuchiloveyoumydearmotherreallyicannotbelieveityeaphowmuchiloveyoumydearmother

Sample Output

27

The longest common substring length for two strings

Using the Ro template--

#include <cstdio> #include <cstring> #include <algorithm> #define MAXN 222222using namespace Std;int wa [Maxn],wb[maxn],wv[maxn],ws[maxn];int Sa[maxn],height[maxn],ranks[maxn];char str[maxn*2];int r[MAXN*2];int cmp (int *q,int a,int b,int L) {return q[a]==q[b]&&q[a+l]==q[b+l];}    void da (int n,int m) {int i,j,p,*x=wa,*y=wb,*t;    for (i=0;i<m;i++) ws[i]=0;    for (i=0;i<n;i++) ws[x[i]=r[i]]++;    for (i=1;i<m;i++) ws[i]+=ws[i-1];    for (i=n-1;i>=0;i--) sa[--ws[x[i]]]=i;        for (j=1,p=1;p<n;j*=2,m=p) {for (p=0,i=n-j;i<n;i++) y[p++]=i;        for (i=0;i<n;i++) if (sa[i]>=j) y[p++]=sa[i]-j;        for (i=0;i<n;i++) wv[i]=x[y[i]];        for (i=0;i<m;i++) ws[i]=0;        for (i=0;i<n;i++) ws[wv[i]]++;        for (i=1;i<m;i++) ws[i]+=ws[i-1];;        for (i=n-1;i>=0;i--) sa[--ws[wv[i]]]=y[i];    for (t=x,x=y,y=t,p=1,x[sa[0]]=0,i=1;i<n;i++) x[sa[i]]=cmp (y,sa[i-1],sa[i],j)? p-1:p++; }}void getheight (int n) {int i,j,k=0;    for (i=1;i<=n;i++) ranks[sa[i]]=i; for (i=0;i<n;height[ranks[i++]]=k) for (k?k--:0,j=sa[ranks[i]-1];r[i+k]==r[j+k];k++);}    int main () {scanf ("%s", str);    int L1=strlen (str);    Str[l1]=1;    scanf ("%s", str+l1+1);    int L=strlen (str);    for (int i=0;i<l;i++) r[i]=str[i];    r[l]=0;    Da (l+1,128);    GetHeight (l);    int ans=0; for (int i=2;i<=l;i++) {if (Height[i]>ans) if ((L1&LT;SA[I-1]&AMP;&AMP;SA[I]&LT;L1) | | |                (L1&GT;SA[I-1]&AMP;&AMP;SA[I]&GT;L1))    Ans=height[i];    } printf ("%d\n", ans); return 0;}


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

POJ 2774 Long long Message suffix array

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.