Categorygithub.com/arttet/Interview-Preparation-Kit-in-GoplatformHackerRankThe-HackerRank-Interview-Preparation-Kit4-Dictionaries-and-Hashmaps5-Sherlock-and-Anagrams
# README
Sherlock and Anagrams
Complexity Analysis:
- Time complexity: O(n3).
- Space complexity: O(26 n2), n is the string's length.