Apple Interview Question

Q. How to find if a string is a palindrome

Interview Answer

Anonymous

Apr 13, 2022

Started to compare characters from the two ends, until a mismatch is found.