Implement Selection Sort in C #203
Labels
C
good first issue
Good for newcomers
hacktoberfest
contribute to open source and win free tee! Hacktoberfest2020
Milestone
Algorithm/Data Structure: Selection Sort
Programming Language: C
Difficulty: ⭐️⭐️
Issue Details
Description:
Implement the Selection Sort algorithm in C. Selection Sort is a simple comparison-based sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first element in that unsorted portion. Your task is to correctly sort a given array of elements in ascending order using Selection Sort in C.
Additional Information:
If you are new to Selection Sort or need guidance on implementing it in C, feel free to ask questions or seek help in the comments. This is a great opportunity for contributors to gain experience in sorting algorithms and algorithmic optimizations in C.
Note:
Before starting to work on this issue, please comment below to express your interest and let us know if you have any questions or need clarification on the task.
The text was updated successfully, but these errors were encountered: