Merging Strings in Alphabetic Order
This lesson will teach you how to merge two already sorted strings so that the resultant string is also sorted
What do we mean by merging alphabetically?
Given two strings that are already in alphabetic order, we can combine them to create a string that is ...