Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9324b50

Browse files
Create suffix_array.cpp
1 parent 4780016 commit 9324b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/untested-codes/suffix_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void processlcp(int n) {
7575
}
7676
}
7777

78-
int frameSize[MAX];
78+
int frameSize[1000005];
7979
int preprocess(){
8080
for(int i=0, pow2=1; pow2 < MAX; pow2*=2, i++) frameSize[pow2]=i;
8181
for(int i=3;i<MAX;i++) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /