Write a program to check if two strings are anagrams of each other.
Sigiloso
I wrote the code in Java, explained my approach clearly, and walked through the solution using dry run and tracing. I also discussed the time and space complexity of my approach.