Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 35fb490

Browse files
Update seletction_sort.py
1 parent 1ac9dbd commit 35fb490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sorting/seletction_sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44

5-
65
def selection_sort(array):
76

87
for i in range(len(array)):

0 commit comments

Comments
 (0)