Selection Sort
A java program to sort array elements using selection sort. In selection sort, we search for the lowest element and arrange it to the proper location. We swap the current element with the next lowest number.
Developer: Bal Sankar
Licence: OpenSource
Platform/Language: Java
DownloadLicence: OpenSource
Platform/Language: Java