algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Implement Selection Sort in C

Open sobhanbera opened this issue 2 years ago • 3 comments

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.

sobhanbera avatar Oct 01 '23 11:10 sobhanbera

yes i'm learning DSA with c/c++ so that selection sort i already did. So i'm doing selection sort using C.

Dipak1203 avatar Oct 01 '23 15:10 Dipak1203

You have been assigned this issue. Do mention this issue while opening a PR. Good Luck!

sobhanbera avatar Oct 01 '23 15:10 sobhanbera

I am a beginner. I have recently learned selection sort in C++, and I also know the C language. I would like to use selection sort in C. Please assign this issue to me.

RashiJyotishi avatar Oct 03 '23 03:10 RashiJyotishi