Topic: Divide And Conquer Problem / Level: intermediate

Problem: Write a divide and conquer solution to determine the number of ways to distribute n identical items into k distinct boxes.

Run the code to see the output here...