VAR-solutions/Algorithms

Longest Increasing Subsequence in O(N log N)

bohemian98 opened this issue · 1 comments

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.

@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