employer cover photo
employer logo

Unmetric interview question

how to find two string anagram or not?

Interview Answer

Anonymous

7 Sept 2017

How to find whether a string is palindrome or not ? But the trick here is string is stored in single linked list ,you have to find in one single Iteration (i.e O(N))