Write a method public static boolean sameSet(int[] a, int[] b) that checks whether two arrays have the

Question:

Write a method

public static boolean sameSet(int[] a, int[] b)
that checks whether two arrays have the same elements in some order, ignoring duplicates. For example, the two arrays
1 4 9 16 9 7 4 9 11 and 11 11 7 9 16 4 1 would be considered identical. You will probably need one or more helper methods.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: