Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: merging two unsorted arrays and removing the duplicates..help

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default merging two unsorted arrays and removing the duplicates..help

    please help me out..i need a program where it merges two unsorted arrays and removes the duplicates..


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: merging two unsorted arrays and removing the duplicates..help

    Please post the code you are having problems with. We'll help you get your code to work. We do not write code for students.

    Is this the same problem:
    http://www.javaprogrammingforums.com...html#post85234
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: merging two unsorted arrays and removing the duplicates..help

    yes.. i badly need a code..my assignment submission is within 6 hours...

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: merging two unsorted arrays and removing the duplicates..help

    Where is your code? What you posted on the other thread needs to be formatted.

    Did you ever work out the steps the program must take to merge the arrays?
    How should it work its way through the data to do the merge?
    Are the arrays sorted?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Unsorted Arrays having trouble controlling the array.
    By orbin in forum What's Wrong With My Code?
    Replies: 6
    Last Post: October 16th, 2012, 11:20 AM
  2. linked list printing empty after removing duplicates
    By mia_tech in forum What's Wrong With My Code?
    Replies: 11
    Last Post: June 11th, 2012, 08:57 AM
  3. Removing duplicates from an Array
    By Rizza in forum Collections and Generics
    Replies: 1
    Last Post: February 21st, 2012, 06:38 PM
  4. Merging 2 arrays
    By severus1 in forum What's Wrong With My Code?
    Replies: 16
    Last Post: July 3rd, 2011, 04:27 AM
  5. Merging Arrays Vs. Linked List.
    By Kumarrrr in forum Collections and Generics
    Replies: 1
    Last Post: March 1st, 2010, 03:20 AM