Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • maxTotalFruits

        public int maxTotalFruits​(int[][] fruits,
                                  int startPos,
                                  int k)