I have a problem with solving the follow question.

Write a SortedMerge() function that takes two lists, each of which is sorted in increasing
order, and merges the two together into one list which is in increasing order.
SortedMerge() should return the new list.

If there anyone could help me to solve this question in JAVA Code. I will be very Grateful

Recommended Answers

All 5 Replies

Let us see your code and we will help you correct (when you tell us exactly what errors you are getting), but this is not a homework service. We will not do it for you. That is, in fact, against the terms of use that you agreed to you when you signed up here.

pls solve my problem urgently
1 *
***
*****
***
*
2 *****
** **
* *
** **
*****

1 *
***
*****
***
*

pls solve my problem urgently
1 *
***
*****
***
*
2 *****
** **
* *
** **
*****

Why ?

Well, seeing as how you haven't asked anything I don't see how we could. And, I don't see how we would, when you don't show any effort.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.