java.lang.Object
g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label.Solution

public class Solution extends Object
  • Constructor Details

    • Solution

      public Solution()
  • Method Details

    • countSubTrees

      public int[] countSubTrees(int n, int[][] edges, String labelsString)