mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
Update seletction_sort.py
This commit is contained in:
parent
1ac9dbd6d5
commit
35fb490c38
@ -2,7 +2,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
||||
def selection_sort(array):
|
||||
|
||||
for i in range(len(array)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user