Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Longest Increasing Subsequence" problem by finding all sequences of numbers that increase and print them.

Run the code to see the output here...