Take input as array in first line and create tree by level order traversal- same for second subtree by second line- make sure second tree in smaller than first tree- basically if there is a window matching second array in first array, first array is a subtree- tc: n//