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

Added selection sort algorithm in c #48

Merged
merged 5 commits into from
Oct 8, 2021

Conversation

Shaleen-23
Copy link
Contributor

Added selectionSort.c file.
The code was updated to follow the guidelines.
Issue Id : #36

Implemented the selection sort algorithm in c.
Updated the code according to the guidelines provided
added more description about the code.
time complexity
space complexity
Going to add it to the C/Algorithms/Sorting directory
Moved selctionSort.c file to C/Algorithms/Sorting from C/Language.
Updated the syntax according to guidelines.
Copy link
Owner

@khagapati-bagh khagapati-bagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shaleen-23 good job
Thank you for your contribution. I hope you will keep contribution

@khagapati-bagh khagapati-bagh added hacktoberfest hacktoberfest2k21 hacktoberfest-accepted hacktoberfest2k21 labels Oct 8, 2021
@khagapati-bagh khagapati-bagh merged commit b1a4c47 into khagapati-bagh:main Oct 8, 2021
@Shaleen-23
Copy link
Contributor Author

@khagapati-bagh Thank you, sir.
Sure, This is the repository where a beginner can really feel like contributing to open source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest hacktoberfest2k21 hacktoberfest-accepted hacktoberfest2k21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants