Echo Global Logistics Interview Question

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

Interview Answer

Anonymous

Mar 17, 2023

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