package datastructure.hashtable;
import java.util.HashSet;
/**
* The type Sub set array.
*/
public class SubSetArray {
/**
* Is subset boolean.
*
* @param arr1 the arr 1
* @param arr2 the arr 2
* @return the boolean
*/
public static boolean isSubset(int[] arr1, int[] arr2) {
HashSet