A* Searching Algorithm Added #10203
Annotations
10 errors
Ruff (N999):
searches/A_star_search.py#L1
searches/A_star_search.py:1:1: N999 Invalid module name: 'A_star_search'
|
Ruff (I001):
searches/A_star_search.py#L2
searches/A_star_search.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
searches/A_star_search.py#L2
searches/A_star_search.py:2:8: F401 `math` imported but unused
|
Ruff (UP035):
searches/A_star_search.py#L4
searches/A_star_search.py:4:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
searches/A_star_search.py#L4
searches/A_star_search.py:4:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (UP006):
searches/A_star_search.py#L37
searches/A_star_search.py:37:24: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L37
searches/A_star_search.py:37:29: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L44
searches/A_star_search.py:44:46: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L51
searches/A_star_search.py:51:49: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L58
searches/A_star_search.py:58:30: UP006 Use `list` instead of `List` for type annotation
|