Need to add solution for the Valid Anagram problem. Basically we just have to check if two strings are anagrams — like, if we can rearrange one to form the other.