Please enable JavaScript to use CodeHS

CodeHS Glossary


Selection Sort Java

A sorting algorithm that swaps the minimum value left in an array with the current array index.