Topic: Array Problem / Level: advanced

Problem: Given an array of integers, implement an algorithm to find the maximum product of a subarray where all elements are prime numbers using a dynamic programming and prime-checking technique.

Run the code to see the output here...