Amazon Interview Question

Check if a string is palindrome

Interview Answer

Anonymous

May 7, 2022

Use reverse() method or code a logical solution