Topic: Divide And Conquer Problem / Level: beginner

Problem: Solve the problem of counting the number of subarrays with a product less than a given value using divide and conquer.

Run the code to see the output here...