design an algorithm that takes two integer of sequences and returns true if the arrays are disjoint, i.e. have no elements in common. What data structure do you use? I need