ardanlabs / gotraining

Go Training Class Material :
http://www.ArdanLabs.com
Other
11.87k stars 2.17k forks source link

Selection Sort Algorithm #352

Closed Miraddo closed 3 years ago

Miraddo commented 3 years ago

Added selection sort algorithm with test and benchmark with the iterative process.

ardan-bkennedy commented 3 years ago

I am reading the code and I don't really understand the what or why of it.