Mu Sigma interview question

given an integer, check whether it is a palindrome, without using arrays

Interview Answer

Anonymous

22 Oct 2017

Hint: n%10, n/10