Please give some idea for one question ::: u are given one sting and have to find particular word or that words permutation in the given string

strng=“hello how are u leloh”
world read os hello
so o/p is 2 as stirng has hello word 2 combination one at s[o] and other at s[4];

Hey @kailash_01
Check this out https://www.geeksforgeeks.org/anagram-substring-search-search-permutations/