Topic: Array Problem / Level: intermediate

Problem: Given an array, find the number of ways to split it into two subarrays where the sum of elements in both subarrays is a prime number.

Run the code to see the output here...