Topic: Divide And Conquer Problem / Level: beginner

Problem: Solve the problem of finding the number of distinct subarrays with a sum equal to zero using divide and conquer.

Run the code to see the output here...