Given two strings of equal length, figure out if one is a scramble of the other.
Unsolved
Instructions
Your input variable will contain two strings of equal length, separated by a comma. You have
to check whether the second string is a permutation of the first string. Print "Yes" if it is,
"No" if not.