Arista Networks interview question

Write a function to determine if a string is a palindrome.

Interview Answer

Anonymous

14 Oct 2015

Remember edge cases, ie. NULL string, empty string, etc.

3