Member-only story

Data structure and Algorithms

Implement selection sort in Julia language

Donald Le
May 18, 2021

Learn a little bit every day.

Photo by Kendal on Unsplash

Running this

julia selection_sort.jl

will print the results

Any[0, 2, 3, 4, 5, 5, 6, 10, 12, 34, 100]

~~PEACE~~

--

--

Donald Le
Donald Le

Written by Donald Le

A passionate automation engineer who strongly believes in “A man can do anything he wants if he puts in the work”.

No responses yet