Class Solution
- java.lang.Object
-
- g2401_2500.s2467_most_profitable_path_in_a_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
mostProfitablePath(int[][] edges, int bob, int[] amount)
-