
Asked in Arcesium and 9 others
Given two strings, write a Java function to determine if they are anagrams of each other.

AnswerBot
1y
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings
Compare the sorted strings to see if they are equal
Return true if they are anagra...read more
CHETANYA GOYAL
1y
explain quicksort and Bubble Sort and what is time complexity of this
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.1k 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

