Problem Statment
Two strings a and b consisting of lowercase characters are given.Check whether two given strings are an anagram of each other or not.
Note: An anagram of a string is another string that contains the same characters, only the order of characters can be different.
Input Format
a = "restful"
b = " fluster "
Output Format
True