Skip to content

Commit 47ac98b

Browse files
committed
Merge branch 'max_sum_binary_tree' of https://github.com/1227haran/Python into max_sum_binary_tree
2 parents e62a5fb + 55dd178 commit 47ac98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/binary_tree/maximum_sum_bst.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import sys
22
from dataclasses import dataclass
33

4+
45
INT_MIN = -sys.maxsize + 1
56
INT_MAX = sys.maxsize - 1
67

0 commit comments

Comments
 (0)