package datastructure.hashtable;
import java.util.HashSet;
/**
* The type Dis joint array.
*/
public class DisJointArray {
/**
* Is dis joint boolean.
*
* @param arr1 the arr 1
* @param arr2 the arr 2
* @return the boolean
*/
public static boolean isDisJoint(int[] arr1, int[] arr2) {
HashSet