add: median of medians algorithm in maths #17553
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
maths/median_of_medians.py#L45
maths/median_of_medians.py:45:26: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|