Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to split an array into k non-empty subarrays such that the sum of each subarray is increasing using dynamic programming.

Run the code to see the output here...