Skip to content

Commit 68b36d5

Browse files
authored
Merge pull request tsiege#21 from AashishSinghal/readmeCorrections
Changes insterion to selection sort in the Wikipidea link section
2 parents e602af7 + 449aa6d commit 68b36d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ This algorithm never needed to compare all the differences to one another, savin
308308
#### Visualization
309309
![#](https://upload.wikimedia.org/wikipedia/commons/9/94/Selection-Sort-Animation.gif)
310310

311-
[(source: Wikipedia, _Insertion Sort_)](https://en.wikipedia.org/wiki/Selection_sort)
311+
[(source: Wikipedia, _Selection Sort_)](https://en.wikipedia.org/wiki/Selection_sort)
312312

313313
### <a id="insertion-sort"></a>Insertion Sort
314314
#### Definition

0 commit comments

Comments
 (0)