Topic: Array Problem / Level: intermediate

Problem: Find the number of ways to split an array into k subarrays where the sum of each subarray is a prime number.

Run the code to see the output here...