/SelectionSort-Algorithm

This repository visualizes Selection Sort, an algorithm that sorts numbers. It iterates through an array, finding the smallest unsorted element and swapping it with the first unsorted position. This repeats until the array is sorted.

Primary LanguageHTML

No issues in this repository yet.