Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Dice Roll Problem" where you need to compute the number of ways to get a sum n using a given number of dice.

Run the code to see the output here...