Pergunta de entrevista da empresa Capgemini

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

Resposta da entrevista

Sigiloso

29 de mar. de 2018

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