Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer algorithm to count the number of subsets of a given set that sum to a specific value.

Run the code to see the output here...