Arista Networks Interview Question

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

Interview Answer

Anonymous

Oct 14, 2015

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

3