Class Solution
- java.lang.Object
-
- g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
countSubTrees
public int[] countSubTrees(int n, int[][] edges, String labelsString)
-
-