Search found 2 matches
- Wed Nov 29, 2006 11:09 pm
- Forum: C
- Topic: data type... (long int, long long int)
- Replies: 8
- Views: 9426
- Mon Nov 20, 2006 5:50 pm
- Forum: Algorithms
- Topic: Suffix Arrays
- Replies: 7
- Views: 5408
Suffix Arrays
Hi, I want to build the suffix array of a given string, for instance if the string is abcd then the suffix array is abcd, bcd, cd, d. To build it I concatenate strings but it turns out that this is very slow operation. Can you help me to improve it ?