Transform one string to another using minimum number of given operations
Given two strings s1 and s2, write a function that will convert s1 to s2(if possible) by using only one opeartion. The operation is to pick any character from s1 and insert it at front of s1. Print the number of operations that took to convert. Example INPUT s1 = …