Class Solution
java.lang.Object
g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsufficientSubset(TreeNode root, int limit) intsufficientSubset(TreeNode root, int limit, int sum, boolean isLeaf)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
sufficientSubset
-
sufficientSubset
-