Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Longest Increasing Subsequence dp solution#42

Merged
abranhe merged 1 commit intoAllAlgorithms:masterfrom
akulagrawal:master
Oct 3, 2020
Merged

Longest Increasing Subsequence dp solution#42
abranhe merged 1 commit intoAllAlgorithms:masterfrom
akulagrawal:master

Conversation

@akulagrawal
Copy link
Contributor

lis (longest increasing subsequence) dp solution added

Copy link
Member

@abranhe abranhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @akulagrawal thanks for opening a pull request, the algorithm implementation its perfectly ok, but it follows C style instead of C++

Eg:

C++ C
#include <iostream> #include <stdio.h>
std::cout printf

Those are ok, but it should be better if you use C++ instead of C. You can also open a pull request on github.com/allalgorithms/c adding exactly this file.

@abranhe abranhe merged commit c844331 into AllAlgorithms:master Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants