feat(backtracking): add m-coloring algorithm with type hints and doctests #14839
Annotations
10 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L38
backtracking/m_coloring_problem.py:38:32: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L38
backtracking/m_coloring_problem.py:38:27: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L18
backtracking/m_coloring_problem.py:18:66: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L18
backtracking/m_coloring_problem.py:18:61: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L18
backtracking/m_coloring_problem.py:18:27: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L5
backtracking/m_coloring_problem.py:5:65: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L5
backtracking/m_coloring_problem.py:5:40: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
backtracking/m_coloring_problem.py#L5
backtracking/m_coloring_problem.py:5:35: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
backtracking/m_coloring_problem.py#L1
backtracking/m_coloring_problem.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|