Capgemini Interview Question

Can you write pseudo code for finding whether given string is palindrome or not? I don’t want code just write steps how?

Interview Answer

Anonymous

Mar 29, 2018

Just point two pointers at start, end and compare them. Now moving them towards each and find whether the pointer values always same.