Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Longest Increasing Subsequence" problem by finding the longest increasing subsequence in a given list.

Run the code to see the output here...