All Questions
1 question
1
vote
2
answers
209
views
Checking whether two lists contain the same elements
I have two lists of numbers:
$$\{i_1, i_2, i_3,i_4\}$$ and $$\{j_1,j_2,j_3,j_4\}$$
The problem I want to solve is: Inside a loop, if the following two conditions are satisfied, then it will do ...