Alternating elements from each list until the end of one


Write a function merge that merges two lists into one, alternating elements from each list until the end of one of the lists has been reached, then appending the remaining elements of the other list. For example, merging the lists containing A B C and D E F G H should yield the list A D B E C F G H.  

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Alternating elements from each list until the end of one
Reference No:- TGS080474

Expected delivery within 24 Hours