Add any remaining Sorting Algorithm of your choice
You can add any Sorting Algorithm of your choice in any language.
- Choose an algorithm that isn't already present in the repo.
- or implement the same algorithm in a different language.( Pls do check if its already present or not)
- or write a MD file with the explanation, theory, time and space complexities with examples.
What all to keep in mind
- Check the comments to make sure no one is already working on it. (Check the List Of Whats Done.md file)
- Comment the algorithm and language that you chose.
- Check the repo guidelines for steps and format and start working.
- you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.
- Please refrain from adding spam PR's . They will be marked as invalid !!
Note
Since this repo is old, most of the algos are already present. But some not so common algos are still left to be implemented in various different languages. This might serve as a research assignment for some.
can you assign this me?
Just adding one Iterative/ Recursive Bubble Sort in C# language
Can you please assign this to me?
!assign
Hi @Rakteem007 @Maverick0705 @Debarpan08 . Just write out whatever algo and language u want to proceed with and ensure its not already there. n u can submit ur PR's
Hi @SuryanshSinha2612 . Requested a few changes for the same #224
Ma'am, I have added Patience Sort to the repo, could you please check. Thank you!
I want to work on these issue
i want to work on this issue ,can you assign me
Added Stalin Sort in C++.