Added kadane_algo.py #11494
Annotations
2 errors
Ruff (PLR1730):
data_structures/arrays/kadane_algo.py#L14
data_structures/arrays/kadane_algo.py:14:9: PLR1730 Replace `if` statement with `max_global = max(max_current, max_global)`
|
ruff
Process completed with exit code 1.
|