Selection Sort using Python
<- Go Back to Index
What is Selection Sort?
The selection sort algorithm sorts an array by continuously finding the minimum element from the unsorted part and putting it at the beginning.
We can understand this with an example ->
Consider the be...
carboncoffee.hashnode.dev3 min read