Search:

Type: Posts; User: muhammad waqar

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,055

    Re: REMOVE DUPLICATE ELEMENTS

    i have array
    int array[] = {1,2,1,3,4,5,2,3,4,5};
    i want to remove duplicates from this array by usin simple java code without using any math rule like HASH. etc

    output int this form...
    ...
  2. Replies
    3
    Views
    1,055

    REMOVE DUPLICATE ELEMENTS

    Write a program to remove duplicate elements from array list........
Results 1 to 2 of 2