Added max_sum_bst.py #10469
Annotations
2 errors
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
Process completed with exit code 1.
|