Pergunta de entrevista da empresa L4 Digital

Write a function that determines if a string is a palindrome.

Resposta da entrevista

Sigiloso

9 de mai. de 2017

Strip spaces, reverse string and compare with original string (with stripped spaces)