mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-22 08:21:12 -04:00
Update seletction_sort.py
This commit is contained in:
parent
1ac9dbd6d5
commit
35fb490c38
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
||||
def selection_sort(array):
|
||||
|
||||
for i in range(len(array)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue