In given two strings A and B, find whether any anagram of string A is a sub

Question:

In given two strings A and B, find whether any anagram of string A is a sub string of string B.

For eg: If A = xyz and B = afdgzyxksldfm then the program should return true.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: