UKG Interview Question

I was asked to write a simple recursive function to tell whether a given input (string) was a palindrome or not.

Interview Answer

Anonymous

Jun 8, 2017

This was one of the white board questions that I answered with a function I wrote in python.

1