UlviParviz/Selection-Sort-
This repo contains a simple C# implementation of the Selection Sort algorithm. It repeatedly selects the smallest element from an unsorted list and moves it to the sorted portion. Best suited for small datasets due to its O(n²) time complexity. The code is well-commented and easy to follow.
C#
No issues in this repository yet.