Arista Networks Interview Question

Round 1: 1. Check if string is palindrome.

Interview Answer

Anonymous

Mar 7, 2022

I took 2 pointers and started from start of string as well as the end of string and checked if both characters are same, if not same then return. Make sure to check the cases of letters.