Added max_sum_bst.py #10468
Annotations
3 errors
Ruff (I001):
data_structures/binary_tree/maximum_sum_bst.py#L1
data_structures/binary_tree/maximum_sum_bst.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP007):
data_structures/binary_tree/maximum_sum_bst.py#L45
data_structures/binary_tree/maximum_sum_bst.py:45:22: UP007 Use `X | Y` for type annotations
|
ruff
Process completed with exit code 1.
|