Guest_imported
New member
- Jan 1, 1970
- 0
I am a beginner C programmer and am faced with the following problem. I need to have two arrays, of varying sizes, then to sort them (using bubble, insertion, or a selection sort) using a function that combines the two sorted arrays into a third array that contains all of the elements from the two arrays already sorted. Sorry for the confusing wording, but any help you all could give me would be greatly appreciated. Thanks.