Description In the string "hello", push each character one space to the right and move the last character forward to become "ohell". If you define this as pushing a string, complete the solution function so that given the strings A and B as parameters, you have to push A to return the minimum number of times that you have to push B if you can, and push B to return -1 if you can't. Restrictions 0..