Closed KangHyeoni closed 4 years ago
Resolves Issue #114
Longest Increasing Subsequence algorithm that has O(n^2) time complexity.(used dynamic programming)
g++ -std=c++14 -o lis alg_nsquare.cpp ./lis
@rakki-18 Could you review this PR.
@KangHyeoni good work! @krithikvaidya please merge.
Resolves Issue #114
Description
Longest Increasing Subsequence algorithm that has O(n^2) time complexity.(used dynamic programming)
How to run
Checklist