Topic: Array Problem / Level: intermediate

Problem: Given an array, find the number of subarrays where the sum of the elements is a prime number.

Run the code to see the output here...