We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be3064 commit ff65aa3Copy full SHA for ff65aa3
data_structures/binary_tree/maximum_sum_bst.py
@@ -2,7 +2,6 @@
2
from typing import Optional
3
4
5
-
6
@dataclass
7
class TreeNode:
8
val: int = 0
0 commit comments