add: median of medians algorithm in maths #17550
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W292):
maths/median_of_medians.py#L71
maths/median_of_medians.py:71:68: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (W293):
maths/median_of_medians.py#L67
maths/median_of_medians.py:67:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (EM102):
maths/median_of_medians.py#L39
maths/median_of_medians.py:39:26: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|