Dice Throw | Dynamic Programming | Python
Dice Throw
I will add a new file to AlgorithmsAndDataStructure/Python/Algorithms/Dynamic Programming
Type of Issue -
Please add/delete options that are not relevant.
- [x] Adding New Code
Programming Language
Please add/delete options that are not relevant.
- [x] Python
I would like to be assigned to this , Thank you!
@suman2826 can you elaborate a little about what this algo will do.
Here we will be given n dices with f number of faces for each dice and a integer X. We have to find the number of ways to get sum X which will be equal to the summation of values on each face when all the dice are thrown.
For this problem I am going to use Dynamic Programming because it exhibits overlapping Subproblem.
@suman2826 assigning to you
This issue is stale because it has been open for 50 days with no activity.