Intel Corporation Interview Question

Write program to check palindrome of a string.

Interview Answer

Anonymous

Jan 2, 2022

I used brute-force approach because I forgot the best solution at that time.