bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

Implemented selectionsort #9

Closed lucashorward closed 6 years ago

lucashorward commented 6 years ago

Consider this part of #2

If you can check all of the above, congrats! :sparkles:

Description:

Selection sort, similar to the bubble sort but it skips already sorted items in the list, making it slightly more efficient

bashbers commented 6 years ago

Great addition, thanks!