Add diagonal matrix traversal algorithm #10129
Annotations
2 errors
Ruff (PLR5501):
matrix/diagonal_traversal.py#L48
matrix/diagonal_traversal.py:48:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
ruff
Process completed with exit code 1.
|