python selection sort algorithm

Python Selection Sort algoritması

Gif ile gösterim:

Selsort de 0

Python kodu:


output:

[1, 2, 3, 5, 7]
[1, 2, 3, 4, 5, 6, 7, 8, 9]
[3, 4, 64, 92, 97]
[Finished in 0.1s] 



Kaynaklar:
1) https://www.youtube.com/watch?v=h3lcUana3ng
2) https://www.youtube.com/watch?v=tOa-RGkTSO0
3) http://bilgisayarkavramlari.sadievrenseker.com/2008/08/09/secerek-siralama-selection-sort/
4) https://commons.wikimedia.org/wiki/File:Selsort_de_0.gif

Yorumlar