Class Solution
- java.lang.Object
-
- g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree.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[]smallestMissingValueSubtree(int[] parents, int[] nums)
-