added 8 puzzle problem using A star algorithm #13138
Annotations
10 errors
Ruff (W293):
other/8PuzzleProblem_Astar.py#L40
other/8PuzzleProblem_Astar.py:40:1: W293 Blank line contains whitespace
|
Ruff (E501):
other/8PuzzleProblem_Astar.py#L38
other/8PuzzleProblem_Astar.py:38:89: E501 Line too long (90 > 88)
|
Ruff (W293):
other/8PuzzleProblem_Astar.py#L36
other/8PuzzleProblem_Astar.py:36:1: W293 Blank line contains whitespace
|
Ruff (E501):
other/8PuzzleProblem_Astar.py#L33
other/8PuzzleProblem_Astar.py:33:89: E501 Line too long (147 > 88)
|
Ruff (W293):
other/8PuzzleProblem_Astar.py#L26
other/8PuzzleProblem_Astar.py:26:1: W293 Blank line contains whitespace
|
Ruff (W293):
other/8PuzzleProblem_Astar.py#L20
other/8PuzzleProblem_Astar.py:20:1: W293 Blank line contains whitespace
|
Ruff (W293):
other/8PuzzleProblem_Astar.py#L11
other/8PuzzleProblem_Astar.py:11:1: W293 Blank line contains whitespace
|
Ruff (W293):
other/8PuzzleProblem_Astar.py#L5
other/8PuzzleProblem_Astar.py:5:1: W293 Blank line contains whitespace
|
Ruff (I001):
other/8PuzzleProblem_Astar.py#L1
other/8PuzzleProblem_Astar.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (N999):
other/8PuzzleProblem_Astar.py#L1
other/8PuzzleProblem_Astar.py:1:1: N999 Invalid module name: '8PuzzleProblem_Astar'
|