I want to check if two integer type arrays have the same set of digits. For example, if array 1 is 5 1 2 3 3 4 6 1, and array 2 is 1 2 3 4 5 6, the
5 1 2 3 3 4 6 1
1 2 3 4 5 6