* @author MadhavBahl * @date 01/01/2019 * METHOD (Using Array) * - Initalize an empty array `strArr` that will store all the substrings that contains all the array elements * - iterate over each character of string and check whether it is present in the array * - If it is not present in the arr
(str, arr)