Selection sort is simple comparison based sorting algorithm. Steps of selection sort: Start with first element of array and assume it is smallest. Compare this element with rest of the unsorted part of array. If you find any smaller element than c...
dsa-sorting-selection-sort.hashnode.dev2 min read
Biswarup Naha
I'm a budding fullstack web developer
Every detailing done right, you just made selection sort easy in a nutshell. Appreciate the effort π