Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • mostProfitablePath

        public int mostProfitablePath​(int[][] edges,
                                      int bob,
                                      int[] amount)