Amazon interview question

Check if a string is palindrome

Interview Answer

Anonymous

7 May 2022

Use reverse() method or code a logical solution