Skip to content

Commit 14ceb6d

Browse files
authored
Updated author for his improvements
1 parent 89b6bb7 commit 14ceb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Selection_Sort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Inside the inner loop, if the elements at index j is smaller than the element at index smallest, then set smallest equal to j.
77
After the inner loop finishes, swap the elements at indexes i and smallest.
88
9-
Author: Shriya Madan
9+
Author: Shriya Madan & Kaushal Agarwal
1010
'''
1111

1212
#Improvement in input methods

0 commit comments

Comments
 (0)