
Asked in Infosys and 42 others
Given two strings s and t, return true if t is an anagram of s, and false otherwise.
Anonymous
11mo
firstly remove all the whitespaces and replace all the letters of the strings with lowercase letters. Then check if the length of both the strings are equal if no then return False else return sorted(...read more

PM School
3y
I mentioned the brute force order n factorial method and a slightly more optimised version using a hash table. I was also writing pseudo code on the whiteboard after explaining and thinking out aloud ...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

