Skip to content

Commit

Permalink
Rename selectionsort_recursion.txt to selectionsort_recursion.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartimeena committed Dec 17, 2020
1 parent fa02ab8 commit 8b45ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectionsort_recursion.txt → selectionsort_recursion.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ int main()
printArray(arr, n);

return 0;
}
}

0 comments on commit 8b45ef3

Please sign in to comment.