Question: algorithm + python code please Write an algorithm that combines two given strings S and T such that each letter located in position i of
algorithm + python code please
Write an algorithm that combines two given strings S and T such that each letter located in position i of string T resides between two letters i and i +1 in string S. For example: Input: S = ABCD and T=WXYZ Output = AWBXCYDZ Note: You can assume strings S and T are in the same length
Step by Step Solution
There are 3 Steps involved in it
To solve this problem well design an algorithm and then implement it in Python The goal is to interl... View full answer
Get step-by-step solutions from verified subject matter experts
