Added max_sum_bst.py #10466
Annotations
5 errors
|
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
|
|
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
|
|
data_structures/binary_tree/maximum_sum_bst.py#L42
data_structures/binary_tree/maximum_sum_bst.py:42:22: UP007 Use `X | Y` for type annotations
|
|
data_structures/binary_tree/maximum_sum_bst.py#L42
data_structures/binary_tree/maximum_sum_bst.py:42:45: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
|
The logs for this run have expired and are no longer available.
Loading