Test if 2 sort arrays contained each other
Sigiloso
what the heck does "contain each other" mean? given two sets, either s1 is a subset of s2, s2 is a subset of s1, they are equal, or they are not equal or subsets of each other. so the only way they can "contain each other" is if the are equal, and i don't think that's what the question is asking. the question is probably asking if one sorted array is contained in another sorted array.