Class Solution
- java.lang.Object
-
- g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
treeQueries
public int[] treeQueries(TreeNode root, int[] queries)
-
-