Echo Global Logistics interview question

Write a function to determine if a string is a palindrome.

Interview Answer

Anonymous

17 Mar 2023

Used a pretty standard algorithm and just forgot to handle spaces in my initial design.