We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b6bb7 commit 14ceb6dCopy full SHA for 14ceb6d
Selection_Sort.py
@@ -6,7 +6,7 @@
6
Inside the inner loop, if the elements at index j is smaller than the element at index smallest, then set smallest equal to j.
7
After the inner loop finishes, swap the elements at indexes i and smallest.
8
9
-Author: Shriya Madan
+Author: Shriya Madan & Kaushal Agarwal
10
'''
11
12
#Improvement in input methods
0 commit comments