Brillio Interview Question

How to check for palindrome most effective way.

Interview Answer

Anonymous

Aug 22, 2022

For i=0,j=n,i<=j: a[i] = a[j]