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 longest increasing subsequence solution #269

Open
Vitorvgc opened this issue Oct 3, 2017 · 10 comments
Open

Add longest increasing subsequence solution #269

Vitorvgc opened this issue Oct 3, 2017 · 10 comments
Assignees
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms

Comments

@Vitorvgc
Copy link
Member

Vitorvgc commented Oct 3, 2017

Add the code for longest increasing subsequence problem.

The code should be added at code/dynamic_programming/longest_increasing_subsequence

@Vitorvgc
Copy link
Member Author

Vitorvgc commented Oct 3, 2017

Added implementation in C++: #268

@priyalaggarwal
Copy link

Can I proceed to work on this for Java?

@AdiChat
Copy link
Member

AdiChat commented Oct 3, 2017

Sure @priyalaggarwal Go for it 👍

@mkfeuhrer
Copy link
Contributor

I'll implement it in C , good to go ?

@AdiChat
Copy link
Member

AdiChat commented Oct 3, 2017

Sure @mkfeuhrer Go for it 👍

@mkfeuhrer
Copy link
Contributor

#285

@ankushChatterjee
Copy link
Contributor

I will be working on this in Python

@ankushChatterjee
Copy link
Contributor

PR #415 for Python implementation

@priyalaggarwal
Copy link

PR #503 for Java implementation

@UtkarshGupta-CS
Copy link
Contributor

Added Javascript implementation in PR #1545

@arnavb arnavb added the new algorithm For issues pertaining to the creation of new algorithms label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms
Projects
None yet
Development

No branches or pull requests

7 participants