Skip to content

Commit 906527f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2baf142 commit 906527f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/binary_tree/maximum_sum_bst.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def max_sum_bst(root: TreeNode) -> int:
4444
"""
4545
ans: int = 0
4646

47-
4847
def solver(node: "TreeNode") -> tuple[bool, int, int, int]:
4948
"""
5049
Returns the maximum sum by making recursive calls

0 commit comments

Comments
 (0)