ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
You are given n dice each having f faces. You have to find the number of ways in which a sum of S can be achieved. This is the dice throw problem. Which of the following methods can be used to solve the dice throw problem?
Correct Answer: D — Brute force, Recursion and Dynamic Programming
Brute force, Recursion and Dynamic Programming can be used to solve the dice throw problem.