Closed Chitresh-code closed 1 year ago
hey @Chitresh-code @lilmistake I would like to work on this , can you please assign it to me
@Chitresh-code can you please assign this work to me I want to contribute
@gitaditee if you can code in java or c you can do it as the solutions in Python and C++ are already merged.
Assigning it to you.
@Chitresh-code yes sure I"ll do and can you assigned me for others repo also
@gitaditee I am only maintaining this repo for Hacktoberfest, but if you want to you can follow me as I regularly upload issues with DSA questions in this repository. You can solve them
Ok I'll follow your profile,, I have submitted a pull request can you please check @Chitresh-code and I'll be grateful if you merge it because as a it's my first contribution.
I can't see one by you, make sure you submitted the PR; please link it here as well.
https://github.com/gitaditee/DSA_Worksheet @lilmistake check if you can see
Yes I have submitted its also showing on my hacktoberfest account @lilmistake I have also submitted in C language.
Looks like you created a PR for your repo and merged it as well. Go to https://github.com/Chitresh-code/DSA_Worksheet and see if you find an option that says something along the lines of "recent changes in XYZ create pull request". Click on the button and create a PR from there.
Now check if you can see? @lilmistake
can you tell me why you have not accepted? I'll correct the issue @lilmistake
I'll merge your PR on verifying the result or let you know if changes are required, thanks for contributing!
Sure thanks please inform me if any changes are required @lilmistake
@Chitresh-code can you please assign this work to me I want to contribute
βWrite Code in Only One Language (CPP, C, Java, Python)
Give File Name : Selection_Sort β In respective language folder
π DESCRIPTION
Selection Sort
Problem Statement Sort any given unsorted array of size n in ascending order using the selection sort algorithm.
Example
Sample Input 1
Sample Output 1
Sample Input 2
Sample Output 2
Constraints
Problem