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

Longest Increasing Subsequence in O(N log N) #1392

Closed
bohemian98 opened this issue Oct 2, 2020 · 1 comment
Closed

Longest Increasing Subsequence in O(N log N) #1392

bohemian98 opened this issue Oct 2, 2020 · 1 comment

Comments

@bohemian98
Copy link

I would like to implement the Longest Increasing Subsequence problem using Binary Search and Dynamic Programming in worst-case complexity of N log N as a part of Hacktober Fest 2020.

@i-vishi
Copy link
Member

i-vishi commented Oct 3, 2020

@bohemian98 Longest Increasing subsequence is already implemeted in CPP, Go, Java. It you want to contribute in another language, you can. If you find any problem in the current code, you can also improve it.

I am closing this issue. If you wish to contribute, refer your PR to #1 or #163 or #1122

@i-vishi i-vishi closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants