Question d’entretien chez Pinterest

How do you determine if a string is the same back and front? (Coding question) Example: mom

Réponse à la question d'entretien

Utilisateur anonyme

31 mars 2016

Essentially check if a word is a palindrome, there are plenty of solutions online for this. It's a classic programming question.