deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Implement Heap sort #193

Open K-u-n-a-l-c opened 3 years ago

K-u-n-a-l-c commented 3 years ago

Implement in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

Anubha13kumari commented 3 years ago

I want to work on this please assign me @K-u-n-a-l-c

deutranium commented 3 years ago

@Anubha13kumari which language do you want to work in?

Anubha13kumari commented 3 years ago

I want to do this in c language @deutranium

deutranium commented 3 years ago

@Anubha13kumari your PR #203 had copied code and hence has been marked invalid. Please write your own code if you still want to contribute to this issue

swairik commented 3 years ago

@deutranium can I contribute the c version of this?

Poojasingh5 commented 3 years ago

@deutranium I can contribute in Cpp, kindly assign it to me.

deutranium commented 3 years ago

@swairik sure @Poojasingh5 it has already been implemented in cpp so can't assign that to you. Feel free to pick up any other algorithm where cpp hasn't been implemented, or implement this one in a new language

Poojasingh5 commented 3 years ago

Okay, I'll implement this in python.

deutranium commented 3 years ago

@Poojasingh5 this has already been implemented in Python. Please check the algo folder before implementing any code to confirm that you're not repeating

AdityaVSM commented 3 years ago

@K-u-n-a-l-c @deutranium I would like to implement the Heap sort algorithm in java. Can you assign it to me

AdityaVSM commented 2 years ago

@K-u-n-a-l-c @deutranium can you check PR #231

codelixir commented 2 years ago

231 is closed so java is still up for grabs.