L4 Digital Interview Question

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

Interview Answer

Anonymous

May 9, 2017

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