Topic: Array Problem / Level: intermediate

Problem: Find the number of ways to split an array into three non-empty subarrays where the sum of the first subarray is equal to the sum of the third subarray.

Run the code to see the output here...