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

Add sorting algorithms in other languages. #51

Open
diptangsu opened this issue Oct 3, 2019 · 12 comments
Open

Add sorting algorithms in other languages. #51

diptangsu opened this issue Oct 3, 2019 · 12 comments

Comments

@diptangsu
Copy link
Owner

Create a folder called src-language (src-python, src-c etc.) and add code inside that folder. Create such folders if they don't exist.

@FrankApiyo
Copy link

FrankApiyo commented Oct 3, 2019

I'd like to take this up and add src-python so please asign me if you can.

@plaidshirtakos
Copy link
Contributor

I just added CombSort: #53

@FrankApiyo : You can make PullRequest for your own, it isn't needed to be assigned.

@FrankApiyo
Copy link

I just added CombSort: #53

@FrankApiyo : You can make PullRequest for your own, it isn't needed to be assigned.

What if someone else is already doing the same thing?

@EdimarJunior
Copy link
Contributor

EdimarJunior commented Oct 3, 2019

@diptangsu
Should I add c++ codes on c folder, or is it better create another folder for cpp?

@0001vrn
Copy link
Contributor

0001vrn commented Oct 5, 2019

Hi @diptangsu
I would like to take this up. I will be adding code in Kotlin for sorting algos.

@jsedano
Copy link

jsedano commented Oct 6, 2019

Hi @diptangsu

Will add following sorting algorithms in java:

InsertionSort
SelectionSort

Pratik32 added a commit to Pratik32/Sorting-Algorithms that referenced this issue Oct 6, 2019
diptangsu added a commit that referenced this issue Oct 6, 2019
Issue #51: Added bubble sort, insertion sort, heapsort & bucket sort in golang
@jnoc
Copy link
Contributor

jnoc commented Oct 6, 2019

Hi @diptangsu I would like to add Binary Sort in JavaScript

diptangsu added a commit that referenced this issue Oct 8, 2019
JavaScript: Quick, Heap, Counting, Insertion Sort Added
@Jagannath7
Copy link

Hi @diptangsu I would like to add Bucket Sort in cpp.

@dariocast
Copy link
Contributor

dariocast commented Sep 30, 2020

I will add timsort algorithm to cpp

@akhil-maker
Copy link

Hello @diptangsu
I would like to take this issue and add the code in C language.

@yashpaddalwar
Copy link

Please assign this to me I would like to add code in Python Language

@ngm76
Copy link

ngm76 commented Oct 16, 2023

Hi @diptangsu, any sorting algos to be added in Java. Let me know, would like to take it up.

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

No branches or pull requests