Amazon Interview Question

Find if a string is pallindrome or not by using just append operation.

Interview Answer

Anonymous

Oct 25, 2015

The solution for this requires you to check the presence of a partial pallindrome pattern in existing string and then just append the remaining characters.

2