Selection Sort
Photo credit to Alex Block (alexblock on Unsplash)
Algorithm
Initialize an index variable to zero, this represents the start of the array.
Incrementally traverse the list to find the smallest value in the unsorted array.
If the smallest value is ...
lundchristian.hashnode.dev4 min read