We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a58155 + 0aea0f2 commit 421e92fCopy full SHA for 421e92f
data_structures/binary_tree/maximum_sum_bst.py
@@ -61,6 +61,6 @@ def solver(node) -> int:
61
62
63
if __name__ == "__main__":
64
-
65
import doctest
+
66
doctest.testmod()
0 commit comments