Topic: Array Problem / Level: intermediate

Problem: Check if an array can be split into k subarrays where the sum of each subarray is equal to a given value.

Run the code to see the output here...