Topic: Array Problem / Level: intermediate

Problem: Find the smallest contiguous subarray whose sum is equal to a given number using binary search.

Run the code to see the output here...