Skip to content

Commit 28a93bc

Browse files
authored
Selection Sort
1 parent ff86033 commit 28a93bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectionSort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
printf("\n\nThe sorted array: \n\n");
1515
displayArray(a,n); // function call to display an array
1616
return 0;
17-
}
17+
}

0 commit comments

Comments
 (0)