We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42613d5 commit f851c10Copy full SHA for f851c10
docs/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/sherlock_and_anagrams.md
@@ -1,7 +1,7 @@
1
# [Sherlock and Anagrams](https://www.hackerrank.com/challenges/sherlock-and-anagrams)
2
3
- Difficulty: `#medium`
4
-- Category: `#ProblemSolvingMedium`
+- Category: `#ProblemSolvingMedium` `#DictionariesAndHashmaps` `#Strings`
5
6
Two strings are [http://en.wikipedia.org/wiki/Anagram](anagrams) of each other
7
if the letters of one string can be rearranged to form the other string.
0 commit comments