Question: any help is appreciated create a recursive function, test, that takes two strings that letters are sorted and puts them together into a single string
any help is appreciated

create a recursive function, test, that takes two strings that letters are sorted and puts them together into a single string whose letters are in sorted order. For example: test ("acce","bd") ouputs: abcode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
