Premium Content
Sign in to see the full question
Get access to the full problem, solutions, follow-up questions, and discussion.
Get access to the full problem, solutions, follow-up questions, and discussion.
Implement a function that finds the first occurrence of a substring in a given string where the substring is an anagram (any permutation) of a query string.
Function Signature:
def...