[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-12 15:10:07 +00:00
parent 177954960c
commit cbfb0480d9

View File

@ -16,6 +16,7 @@ Examples:
[98, 34, -1, -2, -42] [98, 34, -1, -2, -42]
""" """
def reverse_selection_sort(collection: list) -> list: def reverse_selection_sort(collection: list) -> list:
""" """
A pure implementation of reverse selection sort algorithm in Python. A pure implementation of reverse selection sort algorithm in Python.