Skip to content

Commit 421e92f

Browse files
committed
Merge branch 'max_sum_binary_tree' of https://github.com/1227haran/Python into max_sum_binary_tree
2 parents 0a58155 + 0aea0f2 commit 421e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/maximum_sum_bst.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ def solver(node) -> int:
6161

6262

6363
if __name__ == "__main__":
64-
6564
import doctest
65+
6666
doctest.testmod()

0 commit comments

Comments
 (0)