ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1297. Palindrome

This problem is very easy.We can solve it with O(N^2).But it seems like that exist a O(N) algorithm.
Posted by zhougelin 15 Sep 2004 21:40

Edited by author 15.09.2004 21:40

Edited by author 15.09.2004 21:41
Re: This problem is very easy.We can solve it with O(N^2).But it seems like that exist a O(N) algorithm.
Posted by Gheorghe Stefan 16 Sep 2004 19:36
Oh yeah, suffix trees :(
Re: This problem is very easy.We can solve it with O(N^2).But it seems like that exist a O(N) algorithm.
Posted by zhougelin 18 Sep 2004 20:10
You needn't ues suffix trees.