Topic: Array Problem / Level: intermediate

Problem: Check if the sum of elements in the first half of an array is divisible by the sum of the second half using a sliding window approach.

Run the code to see the output here...