mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-09 07:15:54 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
177954960c
commit
cbfb0480d9
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user