Pinterest interview question

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

Interview Answer

Anonymous

Mar 31, 2016

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