nb2998 / DS_Algo

A repository to maintain various data structures and algorithms
23 stars 133 forks source link

Add other data structures and algorithms #1

Closed nb2998 closed 5 years ago

nb2998 commented 5 years ago

Codes are accepted in all languages (if not present already). Add them in a new folder if the data structure/algorithm doesn't exist already.

tarungulati1988 commented 5 years ago

I can take this up. Anything to keep in mind while writing the code?

nb2998 commented 5 years ago

@tarungulati1988 Just make sure a PR is not already open for the same DS/Algorithm you are adding and you are good to go! Also, indent the code please. :)

mridullpandey commented 5 years ago

Hi there.

i am new to open source ..may i please go further in it...

vanshikaarora commented 5 years ago

Hey @nb2998 I just created a PR for the following algos in c++

Kindly review :-)

saumya1singh commented 5 years ago

@nb2998 I have added code for Krushal's Algorithm (in Java Language ) . Please review the P.R .

mridullpandey commented 5 years ago

kindly review mine PR's as well...

On Sun, 6 Oct, 2019, 7:52 PM Saumya Singh, notifications@github.com wrote:

@nb2998 https://github.com/nb2998 I have added code for Krushal's Algorithm (in Java Language ) . Please review the P.R .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nb2998/DS_Algo/issues/1?email_source=notifications&email_token=AJM7R7UQ57E4EOJ4HZRS65DQNHYEBA5CNFSM4I4JZM4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAOLHLY#issuecomment-538751919, or mute the thread https://github.com/notifications/unsubscribe-auth/AJM7R7WCIFVK46WHSNGIBI3QNHYEBANCNFSM4I4JZM4A .

mridullpandey commented 5 years ago

hey @nb2998 i just created a PR for the Travelling Salesman Problem in c++ using dynamic programming. kindly review :-)

jatin33 commented 5 years ago

Hi @nb2998 ,

I just created a PR #84 for implementation of LinkList in JavaScript. Kindly review :-)

bharati-21 commented 5 years ago

I'm interested in this issue! I can work using Java. Can I please work on this?

nb2998 commented 5 years ago

@bharati-21 Yes sure, just make sure the ds/algo doesn't exist already. :)

bharati-21 commented 5 years ago

Would like to work on Circular Linked List implementation using Java

bharati-21 commented 5 years ago

I've also added a pull request which contains the Cocktail Sort algorithm implemented in C.

Melancholic commented 5 years ago

See my PR #124 please :)