Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Selection Sort in C #203

Open
sobhanbera opened this issue Oct 1, 2023 · 3 comments
Open

Implement Selection Sort in C #203

sobhanbera opened this issue Oct 1, 2023 · 3 comments
Assignees
Labels
C good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020

Comments

@sobhanbera
Copy link
Owner

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 sobhanbera added good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020 C labels Oct 1, 2023
@Dipak1203
Copy link

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

@sobhanbera
Copy link
Owner Author

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

@RashiJyotishi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020
Projects
None yet
Development

No branches or pull requests

3 participants