Topic: Array Problem / Level: intermediate

Problem: Find the number of ways to split an array into k subarrays where the product of each subarray is greater than the sum of the remaining elements.

Run the code to see the output here...