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 1354. Palindrome. Again Palindrome

Help TL #22
Posted by Varun Sharma 26 Apr 2009 17:08
Hi,

I am using a very naive algorithm to solve this problem and that's getting TL on later test cases. Can someone tell the name of the efficient algorithm which we can use for this problem ?

Thanks
Re: Help TL #22
Posted by JAVATAR 11 Mar 2012 18:36
If you are using Java then use StringBuilder instead of Strings.