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
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.
Step by Step Solution
3.49 Rating (152 Votes )
There are 3 Steps involved in it
from collections import Counter def isanagramsubstringA B lenA lenA lenB lenB if lenA ... View full answer
Get step-by-step solutions from verified subject matter experts
