Added max_sum_bst.py #10467
Annotations
4 errors
Ruff (UP035):
data_structures/binary_tree/maximum_sum_bst.py#L2
data_structures/binary_tree/maximum_sum_bst.py:2:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (UP007):
data_structures/binary_tree/maximum_sum_bst.py#L44
data_structures/binary_tree/maximum_sum_bst.py:44:22: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
data_structures/binary_tree/maximum_sum_bst.py#L44
data_structures/binary_tree/maximum_sum_bst.py:44:45: UP006 Use `tuple` instead of `Tuple` for type annotation
|
ruff
Process completed with exit code 1.
|