A* Searching Algorithm Added #10205
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#L55
searches/A_star_search.py:55:24: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L55
searches/A_star_search.py:55:29: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L86
searches/A_star_search.py:86:46: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L110
searches/A_star_search.py:110:49: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
searches/A_star_search.py#L136
searches/A_star_search.py:136:30: UP006 Use `list` instead of `List` for type annotation
|