less than 1 minute read

Hello, Friends -

Today I worked on HackerRank Anagrams. Two words: “straight-forward” and “not-tricky”. LOL! Love that word count.

This problem requires one to determine if two strings are anagram of each other. This was made easiest by using Java Collections because there are built-in methods like .sort and .equals - hint hint.

Tomorrow I’ll work on HackerRank String Tokens. Stay tuned…

Updated: