8000 Update Selection Sort.md · us1415/Algorithms-Explanation@a1d59ca · GitHub
[go: up one dir, main page]

Skip to content

Commit a1d59ca

Browse files
authored
Update Selection Sort.md
1 parent 05ad3f4 commit a1d59ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorting Algorithms/Selection Sort.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Indexes: 0 1 2 3
5353

5454
#### Code Implementation Links
5555

56 75CA -
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/src/sort/SelectionSort.java)
56+
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/SelectionSort.java)
5757
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Selection%20Sort.cpp)
5858
- [Python](https://github.com/TheAlgorithms/Python/blob/master/sorts/selection_sort.py)
5959
- [Go](https://github.com/TheAlgorithms/Go/blob/master/sorts/selection_sort.go)
6060
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/Sorting/selection_sort.rb)
61-
- [C](https://github.com/TheAlgorithms/C/blob/master/Sorts/SelectionSort.c)
61+
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/SelectionSort.c)
6262
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/SelectionSort.scala)
6363
- [Javascript](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/selectionSort.js)
6464

0 commit comments

Comments
 (0)
0