Add selection sort.

This commit is contained in:
Oleksii Trekhleb
2018-04-13 07:13:41 +03:00
parent 642c152042
commit 1ff7684b4a

View File

@ -9,4 +9,4 @@ performance advantages over more complicated algorithms
in certain situations, particularly where auxiliary
memory is limited.
![](https://en.wikipedia.org/wiki/Selection_sort#/media/File:Selection-Sort-Animation.gif)
![Selection Sort Visualization](https://en.wikipedia.org/wiki/Selection_sort#/media/File:Selection-Sort-Animation.gif)