Add the code for longest increasing subsequence problem.
The code should be added at code/dynamic_programming/longest_increasing_subsequence
Added implementation in C++: #268
Can I proceed to work on this for Java?
Sure @priyalaggarwal Go for it 馃憤
I'll implement it in C , good to go ?
Sure @mkfeuhrer Go for it 馃憤
I will be working on this in Python
PR #415 for Python implementation
PR #503 for Java implementation
Added Javascript implementation in PR #1545