Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • numRollsToTarget

        public int numRollsToTarget​(int n,
                                    int k,
                                    int target)