Search found 3 matches

by sq
Mon Jan 17, 2005 8:31 pm
Forum: Volume 107 (10700-10799)
Topic: 10788 - Parenthesizing Palindromes
Replies: 17
Views: 16604

stubbscroll wrote:Try this case, I used it to debug my program:

Code: Select all

1
abaaba

Code: Select all

Case 1: Valid, Unique
My program got it correct.
Gosh... I've spent so much time on this problem... It shouldn't be difficult :(
by sq
Mon Jan 17, 2005 8:31 pm
Forum: Volume 107 (10700-10799)
Topic: 10788 - Parenthesizing Palindromes
Replies: 17
Views: 16604

shamim wrote:Hi, try these important cases:
2
abckkkkkcba
abbkkbba
the answer:
Case 1: Valid, Multiple
Case 2: Valid, Multiple
Hi~ Shouldn't abckkkkkcba be Invalid? (It has a singled k)
by sq
Sun Jan 02, 2005 9:18 am
Forum: Volume 107 (10700-10799)
Topic: 10788 - Parenthesizing Palindromes
Replies: 17
Views: 16604

Hi, are there any more test cases? I've tried the sample input and the test cases in this thread, but still can't get it accepted.

Go to advanced search