Valid Anagram | LeetCode 242 | Python | Solution
Click here to see this problem on LeetCode. This problem’s difficulty level is easy. Problem Overview Simple problem. From the given two strings, we have to check the first one is an anagram of the second one. If it’s not true, then we will return False. Otherwise, True. According to Wikipedia: An Anagram is a […]
Valid Anagram | LeetCode 242 | Python | Solution Read More »