Topic: Array Problem / Level: advanced

Problem: Find the number of ways to partition an array into two subarrays such that the sum of elements in each subarray is equal to the product of their digit sums.

Run the code to see the output here...