Class Solution
- java.lang.Object
-
- g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths.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 TreeNodesufficientSubset(TreeNode root, int limit)intsufficientSubset(TreeNode root, int limit, int sum, boolean isLeaf)
-