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 other data structures and algorithms #1

Closed
nb2998 opened this issue Oct 1, 2019 · 13 comments · Fixed by #124
Closed

Add other data structures and algorithms #1

nb2998 opened this issue Oct 1, 2019 · 13 comments · Fixed by #124
Labels

Comments

@nb2998
Copy link
Owner

nb2998 commented Oct 1, 2019

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
Copy link

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

@nb2998
Copy link
Owner Author

nb2998 commented Oct 1, 2019

@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
Copy link
Contributor

Hi there.

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

@vanshikaarora
Copy link
Contributor

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

  • sort elements by frequency
  • sort elements by frequency
  • Kadane’s Algorithm for Largest Sum Contiguous Subarray
  • stack implementation using array

Kindly review :-)

@saumya1singh
Copy link
Contributor

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

@mridullpandey
Copy link
Contributor

mridullpandey commented Oct 7, 2019 via email

@mridullpandey
Copy link
Contributor

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

Repository owner deleted a comment from mridullpandey Oct 10, 2019
@jatin33
Copy link
Contributor

jatin33 commented Oct 11, 2019

Hi @nb2998 ,

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

@bharati-21
Copy link
Contributor

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

@nb2998
Copy link
Owner Author

nb2998 commented Oct 11, 2019

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

@bharati-21
Copy link
Contributor

Would like to work on Circular Linked List implementation using Java

@bharati-21
Copy link
Contributor

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

@Melancholic
Copy link
Contributor

See my PR #124 please :)

nb2998 pushed a commit that referenced this issue Oct 25, 2019
* Create LevensteinDistance.kt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants