

InterviewSolution
Saved Bookmarks
1. |
Given n dice, each of 'a' sides and a sum b, return the number of ways in which the sum b can be obtained. How can you reduce the time complexity and space complexity? |
Answer» | |