Sorting Algorithms: Part 2
This is a continuation of the sorting algorithms series. This article will cover selection sort. .
Problem
Consider sorting n numbers stored in array A by first finding the smallest element of A and exchanging it with the element in A[0]. Then find t...
trialnerr.hashnode.dev3 min read