Closed harshraj8843 closed 9 months ago
👋🏻 Hey @harshraj8843
💖 Thanks for opening this issue 💖
A team member should be by to give feedback soon.
!assign
!assign
Hey @aaryan-sharmaa, this issue is already assigned to @SapirKro! cc/ @codinasion/codinasion
Description
Write a C program to implement selection sort
Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that element at the beginning of the unsorted list.
Pseudocode
Example
How to contribute
- Comment `!assign` to assign this issue to yourself - Fork this repository - Create a new branch - Save the solution in `program/program/implement-selection-sort/ImplementSelectionSort.c` - Commit the changes - Create a pull request