selection sort

In this post, We will learn about the selection sort algorithm in the java language. It is a comparison-based sorting algorithm Selection sort will select the element from an array, and keep on compare with the remaining elements. End of each iteration we will obtain the minimum value, After that we will swap the minimum … Continue reading selection sort