Coding interview questions
Sunday, February 7, 2016
Palindrome
Palindrome problem:
Given : string
Output: An integer
Give product of lengths of two non overlapping palindromes from the string.
For ex:
"abcadad"
String1: "aba"
String2: "dad"
Product : 9
1 comment:
soft.nandan
February 15, 2016 at 7:09 PM
Will try to get the answer soon. :-)
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Will try to get the answer soon. :-)
ReplyDelete