Topic: Divide And Conquer Problem / Level: intermediate

Problem: Write a divide and conquer algorithm to count the number of ways to make change for a given amount with a set of coins.

Run the code to see the output here...