I am trying a variation with kmp. I calculate Prefix table and tries to infer length from table directly.
My logic is that eventually prefix table should have a sequence of x1,x2,x3.....xN,1,2,3,4,5,6,7,8.....Y
I tried to detect xN and conclude power of string from that. I am not able to ...
Search found 2 matches
- Fri Jun 07, 2013 10:10 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10298 - Power Strings
- Replies: 31
- Views: 19460
- Tue Mar 12, 2013 11:43 pm
- Forum: Bugs and suggestions
- Topic: Online Judge down.
- Replies: 1
- Views: 3242
Online Judge down.
I am not able to get judgement for my solutions for about ~7 hours. I am getting "in judge queue" status. Anyone else facing same issue ?