tulika-99 / sorting-algorithms

A collection of different types of sorting algorithms in diff languages. HacktoberFest 2019-22 :octocat:
63 stars 151 forks source link

Add any remaining Sorting Algorithm of your choice #222

Open tulika-99 opened 1 year ago

tulika-99 commented 1 year ago

You can add any Sorting Algorithm of your choice in any language.

What all to keep in mind

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.

Rakteem007 commented 1 year ago

can you assign this me?

SuryanshSinha2612 commented 1 year ago

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

Maverick0705 commented 1 year ago

Can you please assign this to me?

Debarpan08 commented 1 year ago

!assign

tulika-99 commented 1 year ago

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 commented 1 year ago

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

Debarpan08 commented 1 year ago

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

shrutimeg commented 1 year ago

I want to work on these issue

imNilabja commented 1 year ago

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

FreshMess commented 1 year ago

Added Stalin Sort in C++.