added algo of Max and Min elements #15002
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
data_structures/arrays/max_min.py#L45
data_structures/arrays/max_min.py:45:73: W292 No newline at end of file
|
|
Ruff (W293):
data_structures/arrays/max_min.py#L30
data_structures/arrays/max_min.py:30:1: W293 Blank line contains whitespace
|