ayan-biswas0412 / AlgoDocs

📚 This repository is meant for jotting down common algorithms and their implementation in several languages
MIT License
10 stars 29 forks source link

Sorting Algorithms #4

Open ayan-biswas0412 opened 2 years ago

ayan-biswas0412 commented 2 years ago

Here is a possible list of sorting algorithms that need to be implemented please refrain from adding algorithms in the same language, check the corresponding issues before working

Please comment below first if you are interested to implement any of the above algorithms, then please open a new issue using the issue template and then open a PR corresponding to your issue

ishan-gupt commented 2 years ago

i can post selection sort,bubble sort,insertion sort

ayan-biswas0412 commented 2 years ago

i can post selection sort,bubble sort,insertion sort

please open separate issues first, then start working on them, I would suggest taking one by one Open 1 issue -> submit PR -> then open another

JASKAMAL22 commented 2 years ago

Hey @ayan-biswas0412, I would like to work on bubble sort in python or recursive bubble sort.

TishaJhabak1014 commented 2 years ago

@ayan-biswas0412 hey, plz let me contribute with merge sort in python. Thank you

ayan-biswas0412 commented 2 years ago

@ayan-biswas0412 hey, plz let me contribute with merge sort in python. Thank you

Yeah sure go ahead, your contribution will help this project to grow more.

TishaJhabak1014 commented 2 years ago

@ayan-biswas0412 hey, plz let me contribute with merge sort in python. Thank you

Yeah sure go ahead, your contribution will help this project to grow more.

Shall I create an issue for that?

ayan-biswas0412 commented 2 years ago

@ayan-biswas0412 hey, plz let me contribute with merge sort in python. Thank you

Yeah sure go ahead, your contribution will help this project to grow more.

Shall I create an issue for that?

sure

Tanisha1721 commented 2 years ago

I would like to do bubble sort and selection sort in java. May I please work on this?