Hulu Interview Question

Given code sample, please state what it does. A recursive function calling a utility function. State what the utility and recursive function do. How would you make it better. It was an anagram problem. Give the Big O for both functions.