Added adaptive merge sort and stalin sort addition in sorting algorithms #11656
Annotations
10 errors
Ruff (I001):
graphs/gabows_algorithm.py#L14
graphs/gabows_algorithm.py:14:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
graphs/gabows_algorithm.py#L15
graphs/gabows_algorithm.py:15:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
graphs/gabows_algorithm.py#L15
graphs/gabows_algorithm.py:15:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (F404):
graphs/gabows_algorithm.py#L16
graphs/gabows_algorithm.py:16:1: F404 `from __future__` imports must occur at the beginning of the file
|
Ruff (UP006):
graphs/gabows_algorithm.py#L50
graphs/gabows_algorithm.py:50:21: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L50
graphs/gabows_algorithm.py:50:31: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L94
graphs/gabows_algorithm.py:94:28: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L94
graphs/gabows_algorithm.py:94:33: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP035):
strings/commentz_walter.py#L19
strings/commentz_walter.py:19:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
strings/commentz_walter.py#L19
strings/commentz_walter.py:19:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|