sorting-algorithms icon indicating copy to clipboard operation
sorting-algorithms copied to clipboard

Add any remaining Sorting Algorithm of your choice

Open tulika-99 opened this issue 3 years ago • 10 comments

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.

tulika-99 avatar Oct 07 '22 17:10 tulika-99

can you assign this me?

Rakteem007 avatar Oct 07 '22 18:10 Rakteem007

Just adding one Iterative/ Recursive Bubble Sort in C# language

SuryanshSinha2612 avatar Oct 07 '22 19:10 SuryanshSinha2612

Can you please assign this to me?

Maverick0705 avatar Oct 07 '22 19:10 Maverick0705

!assign

Debarpan08 avatar Oct 08 '22 17:10 Debarpan08

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

tulika-99 avatar Oct 09 '22 17:10 tulika-99

Hi @SuryanshSinha2612 . Requested a few changes for the same #224

tulika-99 avatar Oct 09 '22 17:10 tulika-99

Ma'am, I have added Patience Sort to the repo, could you please check. Thank you!

Debarpan08 avatar Oct 09 '22 18:10 Debarpan08

I want to work on these issue

shrutimeg avatar Oct 10 '22 10:10 shrutimeg

i want to work on this issue ,can you assign me

imNilabja avatar Oct 11 '22 16:10 imNilabja

Added Stalin Sort in C++.

FreshMess avatar Mar 29 '23 17:03 FreshMess